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 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue
index d7ad881..9273804 100644
--- a/company/src/components/business/OperaWtbApplyShopWindow.vue
+++ b/company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -448,7 +448,7 @@
<div style="width: 100%; display: flex; align-items: center;">
<el-input v-model="form.code" placeholder="璇疯緭鍏�" v-trim/>
<el-button type="primary" style="margin-left: 15px;" @click="send" v-if="num === 0">鍙戦�侀獙璇佺爜</el-button>
- <el-button type="primary" style="margin-left: 15px;" v-else>{{num}}</el-button>
+ <el-button type="primary" style="margin-left: 15px;" v-else>{{num}}s</el-button>
</div>
</el-form-item>
</el-form>
@@ -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 => {
@@ -638,7 +641,7 @@
},
send () {
sendSms({
- phone: this.form1.phone
+ phone: this.form.phone
}).then(res => {
this.num = 60
this.setTime()
--
Gitblit v1.9.3