From 06df90b8a8349e520f7415a407a26ca6454f9c2c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 19:08:39 +0800
Subject: [PATCH] 提交

---
 wechat_staff/pages/kefu/fond.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/kefu/fond.js b/wechat_staff/pages/kefu/fond.js
index 789e2eb..913f0c5 100644
--- a/wechat_staff/pages/kefu/fond.js
+++ b/wechat_staff/pages/kefu/fond.js
@@ -24,6 +24,7 @@
       item.checked = false
     })
     wx.setStorageSync('enjoyList', enjoyList)
+    console.log(this.data.enjoyList)
     this.initData()
   },
 
@@ -65,6 +66,7 @@
       }
     })
     wx.setStorageSync('enjoyList', enjoyList)
+   
     this.initData()
   },
   itemClick(e) {
@@ -103,7 +105,7 @@
     let that = this
     getContentShareImg({
       articleId: obj.id + '&' + obj.joinType,
-      type: '1',
+      type: '0',
       // pageUrl: path,
       imgurl: obj.coverImage,
     }).then(res => {
@@ -178,6 +180,7 @@
             }
           })
           wx.setStorageSync('enjoyList', enjoyListTemp)
+          
           that.initData()
         }
       }
@@ -190,6 +193,7 @@
       item.checked = !item.checked
     })
     wx.setStorageSync('enjoyList', enjoyList)
+    
     this.initData()
   },
   openShare() {

--
Gitblit v1.9.3