|
@@ -659,6 +659,15 @@
|
|
|
})
|
|
|
return true
|
|
|
}
|
|
|
+
|
|
|
+ // if (uni.$u.test.rangeLength(this.dataDetails.qualificationCertificateNumber,[12,19])) {
|
|
|
+ // this.$refs.uToast.show({
|
|
|
+ // type: 'error',
|
|
|
+ // message: "从业资格证号输入错误!",
|
|
|
+ // })
|
|
|
+ // return true
|
|
|
+ // }
|
|
|
+
|
|
|
if (this.dataDetails.qualificationCertificateNumber.length!=19) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
@@ -771,6 +780,7 @@
|
|
|
// 校验
|
|
|
if (this.validate()) return
|
|
|
this.delSubmitObj()
|
|
|
+ this.dataDetails.accountNumber = uni.getStorageSync("userInfo").phone
|
|
|
uni.showLoading({
|
|
|
mask: true,
|
|
|
title: '加载中'
|