liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
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,