zzzz
2024-04-10 66d132b96fd30abf1d75bed49ff176a52b4101ee
src/page/authentication/index.vue
@@ -283,15 +283,16 @@
        Toast(this.$t("hj207"));
      } else if (isNull(this.form.idCard)) {
        Toast(this.$t("hj208"));
      } else if (!this.form.img1key) {
        Toast(this.$t("hj209"));
      } else if (!this.form.img2key) {
        Toast(this.$t("hj209"));
      } else {
        // 显示确认弹窗
        this.toAuthentication();
      }
    },
    async toAuthentication() {
      // console.log(this.form);
      // return;
      let opts = {
        realName: this.form.name,
        idCard: this.form.idCard,