From 289948f53b5e0b00a656d60c08efbff0eb05fa90 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 16 May 2024 15:37:05 +0800
Subject: [PATCH] 提款更改
---
src/page/authentication/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index c569801..1f82da7 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,
@@ -366,7 +367,7 @@
margin-top: 0.3rem;
.lefts {
- width: 36%;
+ // width: 36%;
height: 100%;
display: flex;
align-items: center;
--
Gitblit v1.9.3