''
liukangdong
2024-07-25 af648707fa2b2f86eff95629be0c092013790c76
wechat_jiaxuan/pages/store/info.js
@@ -33,6 +33,10 @@
    const { linkPhone } = this.data.info
    wx.makePhoneCall({ phoneNumber: linkPhone })
  },
  callPhone(e) {
    const phone = e.currentTarget.dataset.phone
    wx.makePhoneCall({ phoneNumber: phone })
  },
  handleDetail(e) {
    const id = e.currentTarget.dataset.id
    wx.navigateTo({
@@ -58,7 +62,6 @@
      this.setData({ info: res.data })
    })
  },
  onReady() {
  },