''
liukangdong
2024-07-26 865b229e81373facf6d6e5d050f4f45532b80621
wechat_staff/api/index.js
@@ -331,4 +331,12 @@
  if(child){ 
    child.freshData();
  }
  var {info} = obj.data ;
  if(info){
    const enjoyList = wx.getStorageSync('enjoyList') || [];
    const index = enjoyList.findIndex( i => i.id === info.id );
    info.isEnjoy = index > -1;
    obj.setData({ info:info}) ;
  }
}