1
dcc
2024-08-01 ab3e84ca5e0aedf77bb2fc390be8a468ebb72cba
src/page/authentication/index.vue
@@ -289,9 +289,11 @@
      // 实名认证弹框
      if (isNull(this.form.name)) {
        Toast(this.$t("hj207"));
      } else if (isNull(this.form.idCard)) {
        Toast(this.$t("hj208"));
      } else if (!this.form.img1key) {
      } else if (isNull(this.form.idCard) || this.form.idCard.length != 12) {
        Toast(this.$t("限制长度为12位数"));
      } else if (isNull(this.form.vaildNumber) || this.form.vaildNumber.length != 10) {
        Toast(this.$t("限制长度为10位数"));
      }  else if (!this.form.img1key) {
        Toast(this.$t("hj209"));
      } else if (!this.form.img2key) {
        Toast(this.$t("hj209"));