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