XW hai 1 ano
pai
achega
e34df1c1cb

+ 1 - 1
TEAMModelOS/ClientApp/src/view/student-account/stuMgt/StuMgt.vue

@@ -316,7 +316,7 @@ export default {
       if (!zg.test(value)) {
         return callback(new Error(this.$t('stuAccount.imeiErr1')))
       }
-      if (value.length > 10) {
+      if (value.length < 11) {
         return callback(new Error(this.$t('stuAccount.imeiErr2')))
       }
       if (!this.studentInfo.id) {