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() { },