From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/detailDis/product.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.js b/wechat_staff/pages/detailDis/product.js
index ca16234..7ffee42 100644
--- a/wechat_staff/pages/detailDis/product.js
+++ b/wechat_staff/pages/detailDis/product.js
@@ -14,6 +14,7 @@
     current: 0,
     id: '',
     info: {},
+    spaceList: [],
     member: {},
     showShare: false,
     isFold: false,
@@ -102,6 +103,7 @@
     this.setData({ current: e.detail.current })
   },
   priviewSpace(e) {
+    return
     const url = e.currentTarget.dataset.url
     const {
       info
@@ -121,6 +123,7 @@
     }).then(res => {
       const index = enjoyList.findIndex( i =>(res.data && i.id === res.data.id) )
       this.setData({
+        spaceList: res.data.spaceList || [],
         info: {
           ...res.data,
           isEnjoy: index > -1

--
Gitblit v1.9.3