liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
wechat_jiaxuan/pages/kefu/index.js
@@ -12,14 +12,14 @@
  /**
   * 生命周期函数--监听页面加载
   */
  onLoadLogin(options) {
    this.getDetail(options.id)
  },
  onLoad(options) {
    var app = getApp().globalData
    this.setData({
      bottomLift: app.bottomLift
    })
    if(options && options.id){
      this.getDetail(options.id)
    }
  },
  toSever () {
    console.log('客服');