From 2ba1c199ce3199a243f7735ef992babf80737d65 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 01 四月 2024 09:05:44 +0800
Subject: [PATCH] mrshi

---
 company/src/components/business/OperaWtbApplyShopWindow.vue |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue
index 96f358a..ff5a3a5 100644
--- a/company/src/components/business/OperaWtbApplyShopWindow.vue
+++ b/company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -612,22 +612,25 @@
         if(this.form.type===0){
           getSignTBQRSLink(this.form).then(res => {
             setTimeout(() => {
+              this.visiblePhone=false
               window.open(res)
             }, 500)
           }).catch(err => {
             this.$tip.apiFailed(err)
           })
-        } else if (flag === 1) {
+        } else if (this.form.type === 1) {
           getMemberListOnlineSignLink(this.form).then(res => {
             setTimeout(() => {
+              this.visiblePhone=false
               window.open(res)
             }, 500)
           }).catch(err => {
             this.$tip.apiFailed(err)
           })
-        } else if (flag === 2) {
+        } else if (this.form.type === 2) {
           getSignLink(this.dataId).then(res => {
             setTimeout(() => {
+              this.visiblePhone=false
               window.open(res)
             }, 500)
           }).catch(err => {
@@ -863,13 +866,13 @@
       }
     },
     viewFanganshu () {
-      if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
-        window.open(this.model.baoxiandanFile.fileurlFull)
+      if (this.model.fanganFile && this.model.fanganFile.fileurlFull) {
+        window.open(this.model.fanganFile.fileurlFull)
       }
     },
     viewShenqingdan () {
-      if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
-        window.open(this.model.baoxiandanFile.fileurlFull)
+      if (this.model.shenqingdanFile && this.model.shenqingdanFile.fileurlFull) {
+        window.open(this.model.shenqingdanFile.fileurlFull)
       }
     },
     handleSizeChange (val) {

--
Gitblit v1.9.3