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',