yangan
2024-12-09 4bb06192ef938fdaa6d7d7e8f039d9b0f54d604d
pages/register/register.vue
@@ -671,7 +671,7 @@
        this.$refs.regesterFormRef
            .validate()
            .then(res => {
           if(this.registerFormModel.totalLoad<=this.registerFormModel.maximumPayload){
           if(this.radiovalue1 === '司机' &&  this.registerFormModel.totalLoad<=this.registerFormModel.maximumPayload){
               uni.showToast({
                        title: '车货总重需要大于最大载重',
                        icon: 'none',