''
liukangdong
2024-07-23 ac0b3ba41104180fd45cc94334bc3c760c2895a4
wechat_staff/pages/store/info.js
@@ -12,13 +12,19 @@
    address:'',
    latitude:'',
    longitude:'',
    shopInfo:{}
    shopInfo:{},
    bottomLift: 0
  },
  /**
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    var app = getApp().globalData
    this.setData({
      bottomLift: app.bottomLift
    })
    const obj =JSON.parse(options.data);
    this.setData({shopInfo: obj ,
      linkPhone:obj.linkPhone,