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)