jiangping
2024-07-25 cdd2fc68ad94407c8660be4592c31f9c00d46b8f
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,