From fe6e6c25539cf8b547c8ae8a1bb3cd0355edf7e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Thu, 26 Sep 2024 18:04:38 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9Dappid?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/components/detailModal.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/views/shop/components/detailModal.vue b/src/views/shop/components/detailModal.vue
index 1821490..847acbc 100644
--- a/src/views/shop/components/detailModal.vue
+++ b/src/views/shop/components/detailModal.vue
@@ -15,6 +15,9 @@
+
+
+
@@ -52,7 +55,8 @@ export default ({
status: 1,
appId: '',
smallAppid: '',
- storeId: ''
+ storeId: '',
+ alipaySmallAppid:''
}
}
},
@@ -94,6 +98,7 @@ export default ({
this.form.status = res.status
this.form.appId = res.appId
this.form.smallAppid = res.smallAppid
+ this.form.alipaySmallAppid = res.alipaySmallAppid
this.form.storeId = res.storeId
} catch (error) {
console.log(error)