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 }) }, /**