jiangping
2024-07-16 b0b94a084ed6c1a685caebb8dfb1a0d65fdd9ef6
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
    })
  },
  /**