zhongtianhaoyuan пре 2 година
родитељ
комит
f9ff2581db
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      pages/mine/driverCertificationNext.vue
  2. 1 1
      pages/mine/editDriverCertificationNext.vue

+ 1 - 1
pages/mine/driverCertificationNext.vue

@@ -512,7 +512,7 @@
 				// 	return true
 				// 	return true
 				// }
 				// }
 
 
-				if (this.dataDetails.qualificationCertificateNumber.length > 30) {
+				if (this.dataDetails.qualificationCertificateNumber.length !=19 || this.dataDetails.qualificationCertificateNumber.length !=18) {
 					this.$refs.uToast.show({
 					this.$refs.uToast.show({
 						type: 'error',
 						type: 'error',
 						message: "从业资格证号输入错误!",
 						message: "从业资格证号输入错误!",

+ 1 - 1
pages/mine/editDriverCertificationNext.vue

@@ -532,7 +532,7 @@
 				// 	return true
 				// 	return true
 				// }
 				// }
 			
 			
-				if (this.dataDetails.qualificationCertificateNumber.length!=19) {
+				if (this.dataDetails.qualificationCertificateNumber.length!=19||this.dataDetails.qualificationCertificateNumber.length!=18) {
 					this.$refs.uToast.show({
 					this.$refs.uToast.show({
 						type: 'error',
 						type: 'error',
 						message: "从业资格证号输入错误!",
 						message: "从业资格证号输入错误!",