|
@@ -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) {
|