yangan
2024-12-02 06708def68955531f896249c6a0ecbb7910d6ec6
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',