From 1a03c63abab3409bfe3831bf67025cb3140fc9ef Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期五, 29 三月 2024 18:08:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/components/business/OperaWtbApplyShopWindow.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue
index 96f358a..9273804 100644
--- a/company/src/components/business/OperaWtbApplyShopWindow.vue
+++ b/company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -612,6 +612,7 @@
if(this.form.type===0){
getSignTBQRSLink(this.form).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
@@ -620,6 +621,7 @@
} else if (flag === 1) {
getMemberListOnlineSignLink(this.form).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
@@ -628,6 +630,7 @@
} else if (flag === 2) {
getSignLink(this.dataId).then(res => {
setTimeout(() => {
+ this.visiblePhone=false
window.open(res)
}, 500)
}).catch(err => {
--
Gitblit v1.9.3