jiangping
2024-09-27 04b4bddaac0a222760113899568d20b45af701f4
wechat_staff/pages/kefu/fond.js
@@ -8,13 +8,15 @@
  data: {
    bottomLift: 0,
    checkAll: false,
    enjoyList: []
    enjoyList: [],
    leftIcon: '<<',
    rightIcon: '>>',
  },
  /**
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
  onShow(options) {
    var app = getApp().globalData
    this.setData({
      bottomLift: app.bottomLift
@@ -101,7 +103,6 @@
        }
      })
    })
    let map = [
      '/pages/detailDis/product',
      '/pages/detailDis/case',
@@ -110,12 +111,8 @@
    console.log(info.id)
    wx.navigateToMiniProgram({
      appId: 'wx208dd1edc0be24ee',
      path: map[info.joinType],
      envVersion: 'trial',
      extraData: {
        id: info.id,
        origin: 'b'
      }
      path: `${map[info.joinType]}?origin=b&id=${info.id}&userId=${wx.getStorageSync('member').id}`,
      envVersion: 'release'
    })
  },
  handleDown() {
@@ -131,7 +128,7 @@
    console.log('obj', obj);
    let that = this
    getContentShareImg({
      articleId: obj.id + '&' + obj.joinType,
      articleId: obj.id + '_' + obj.joinType,
      type: '0',
      // pageUrl: path,
      imgurl: obj.coverImage,
@@ -166,14 +163,6 @@
        })
      }
    })
  },
  batchDown() {
    setTimeout(() => {
      eventBus.emit('batchDown', [1,2,3])
    }, 800)
    wx.navigateTo({
      url: '/pages/download/index',
    })
  },
  closeCard() {