From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 18:36:30 +0800
Subject: [PATCH] 增加印度股票以及印度股票账户,打开大宗交易已经新股页面 这里都放出来,增加贷款
---
src/page/authentication/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index c569801..f66a74b 100644
--- a/src/page/authentication/index.vue
+++ b/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,
--
Gitblit v1.9.3