liukangdong
2024-07-26 c7d7aff39b6566d05d3c0a080839c46bb2b6a8aa
wechat_staff/components/buoyClient/index.js
@@ -24,6 +24,10 @@
   * 组件的方法列表
   */
  methods: {
    freshData() {
      const enjoyList = wx.getStorageSync('enjoyList') || []
      this.setData({ enjoyList })
  },
    jumpPage(e) {
      const urls = [ '/pages/kefu/fond', '/pages/store/staff' ]
      const i = e.currentTarget.dataset.i
@@ -35,7 +39,6 @@
            url: '/pages/webView/index',
            success: function(res) {
              // 通过eventChannel向被打开页面传送数据
              console.log(link)
              res.eventChannel.emit('data',{link:link} );
            }
          })