From 73c3507d82c06066d592d626ccd1a9a0961e0c5f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:26 +0800
Subject: [PATCH] ''
---
wechat_jiaxuan/pages/consult/detail.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/consult/detail.js b/wechat_jiaxuan/pages/consult/detail.js
index c1b46f0..31af89b 100644
--- a/wechat_jiaxuan/pages/consult/detail.js
+++ b/wechat_jiaxuan/pages/consult/detail.js
@@ -7,6 +7,7 @@
data: {
bottomLift: 0,
info: {},
+ detail: {},
showShare: false
},
@@ -23,7 +24,7 @@
},
getDetail(id) {
getProductNewsInfo({ id }).then(res => {
- this.setData({ detail: res.data })
+ this.setData({ info: res.data })
})
},
openShare() {
--
Gitblit v1.9.3