wechat_staff/api/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/pages/detailDis/case.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
wechat_staff/api/index.js
@@ -331,4 +331,9 @@ if(child){ child.freshData(); } const enjoyList = wx.getStorageSync('enjoyList') || []; var {info} = obj.data ; const index = enjoyList.findIndex( i => i.id === info.id ); info.isEnjoy = index > -1; obj.setData({ info:info}) ; } wechat_staff/pages/detailDis/case.js
@@ -134,6 +134,7 @@ */ onShow() { refreshEnjoy(this) }, /**