From c7d7aff39b6566d05d3c0a080839c46bb2b6a8aa Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 11:43:44 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/kefu/fond.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/pages/kefu/fond.js b/wechat_staff/pages/kefu/fond.js
index 789e2eb..814ef7e 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) {
@@ -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