From 9dc6e13e7aea2e6e6f8e32fdd2152d4ce9cb76a1 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期五, 29 三月 2024 18:08:33 +0800 Subject: [PATCH] 提交一把 --- 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