From 71402fd72704094ac8e76c60a8a48bbaf5d2d366 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 29 三月 2024 18:24:59 +0800
Subject: [PATCH] git ch

---
 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