liukangdong
2024-07-10 bdcefd7a9d54a48308ecce327011775db6a92ed6
wechat_jiaxuan/pages/consult/detail.js
@@ -5,14 +5,18 @@
   * 页面的初始数据
   */
  data: {
    navTitle: '详情'
    navTitle: '详情',
    bottomLift: 0
  },
  /**
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    var app = getApp().globalData
    this.setData({
      bottomLift: app.bottomLift
    })
  },
  /**