''
liukangdong
2024-07-26 86803be7b3dbfb3a752f35cc61004095f6c3fd32
wechat_staff/components/buoyClient/index.js
@@ -9,12 +9,15 @@
      value: '0'
    }
  },
  attached() {
    const enjoyList = wx.getStorageSync('enjoyList') || []
    this.setData({ enjoyList })
  },
  /**
   * 组件的初始数据
   */
  data: {
    enjoyList: []
  },
  /**