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