From 87f0b1131bdad3283903cba802d8775a78397642 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Fri, 27 Sep 2024 18:03:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=AE=A1=E7=90=86=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E4=B8=A4=E4=B8=AA=E6=94=AF=E4=BB=98=E5=AE=9D=E5=8F=82?=
=?UTF-8?q?=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/components/detailModal.vue | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/src/views/shop/components/detailModal.vue b/src/views/shop/components/detailModal.vue
index 847acbc..877a64e 100644
--- a/src/views/shop/components/detailModal.vue
+++ b/src/views/shop/components/detailModal.vue
@@ -12,11 +12,17 @@
-
-
+
+
-
+
+
+
+
+
+
+
@@ -56,7 +62,9 @@ export default ({
appId: '',
smallAppid: '',
storeId: '',
- alipaySmallAppid:''
+ alipaySmallAppid: '',
+ alipayAppToken: '',
+ alipayAppId: ''
}
}
},
@@ -99,13 +107,15 @@ export default ({
this.form.appId = res.appId
this.form.smallAppid = res.smallAppid
this.form.alipaySmallAppid = res.alipaySmallAppid
+ this.form.alipayAppToken = res.alipayAppToken
+ this.form.alipayAppId = res.alipayAppId
this.form.storeId = res.storeId
+ this.dialogVisible = true
} catch (error) {
console.log(error)
}
},
show(obj) {
- this.dialogVisible = true
if (obj && obj.id) {
this.form.id = obj.merchantId
this.getDetail(obj.merchantId)