From e0adf6c49fdc18990bc8426b5dcafce4be03e014 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 七月 2024 13:55:40 +0800
Subject: [PATCH] 提交

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

diff --git a/wechat_jiaxuan/pages/detailDis/product.js b/wechat_jiaxuan/pages/detailDis/product.js
index 5226359..ba7ac8f 100644
--- a/wechat_jiaxuan/pages/detailDis/product.js
+++ b/wechat_jiaxuan/pages/detailDis/product.js
@@ -11,10 +11,14 @@
     current: 0,
     id: '',
     origin: '',
+    isFold: false,
     info: {},
     member: {},
     showShare: false
   },
+  changeFold() {
+    this.setData({ isFold: !this.data.isFold })
+  },
   onLoadLogin(options) {
     this.getDetail(options.id, options.userId || '')
     actionDo({

--
Gitblit v1.9.3