From f5c0b51694b36171161e8cf2ce8255a2f88ddf3f Mon Sep 17 00:00:00 2001
From: admin-lmm <2497833386@QQ.com>
Date: Mon, 10 Jul 2023 16:28:07 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pile/merchant/components/adapayMember.vue | 40 ++++++++++++++-----
1 file changed, 29 insertions(+), 11 deletions(-)
diff --git a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue
index 77c709f14..033b47efb 100644
--- a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue
+++ b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue
@@ -98,7 +98,7 @@
-
-
-
- x.uid === file.uid);
this.businessList.splice(i, 1);
+ this.businessDisable = false
},
depositBankExceed(files) {
this.$message.warning(
@@ -757,11 +765,15 @@ export default {
this.imageUrl = URL.createObjectURL(file.raw);
console.log("图片上传成功 url:", this.imageUrl);
this.depositBankList.push({ url: res.url });
+ if(res.code === 200) {
+ this.depositBankDisable = true
+ }
},
depositBankRemove(file, fileList) {
console.log("移除图片", file, fileList);
const i = this.depositBankList.findIndex((x) => x.uid === file.uid);
this.depositBankList.splice(i, 1);
+ this.depositBankDisable = false
},
sideCardExceed(files) {
this.$message.warning(
@@ -772,8 +784,10 @@ export default {
},
sideCardSuccess(res) {
this.$refs.dialogForm.clearValidate()
- console.log("图片上传成功 url:", this.imageUrl);
this.sideCardList.push({ url: res.url });
+ if(res.code === 200) {
+ this.sideDisable = true
+ }
},
sideCardRemove(file, fileList) {
console.log("移除图片", file, fileList);
@@ -781,6 +795,7 @@ export default {
const i = this.sideCardList.findIndex((x) => x.uid === file.uid);
// 调用splice方法,移除图片信息
this.sideCardList.splice(i, 1);
+ this.sideDisable = false
},
idCardExceed(files) {
this.$message.warning(
@@ -789,9 +804,12 @@ export default {
}张`
);
},
- idCardSuccess(res, file) {
+ idCardSuccess(res) {
this.$refs.dialogForm.clearValidate()
this.idCardList.push({ url: res.url });
+ if (res.code===200){
+ this.uploadDisable = true
+ }
},
idCardRemove(file, fileList) {
console.log("移除图片", file, fileList);
@@ -799,6 +817,7 @@ export default {
const i = this.idCardList.findIndex((x) => x.uid === file.uid);
// 调用splice方法,移除图片信息
this.idCardList.splice(i, 1);
+ this.uploadDisable = false
},
updateDialogForm(form){
console.log(this.adapayCorpMember,'this.adapayCorpMember')
@@ -817,7 +836,7 @@ export default {
//