jiangping
2024-07-22 b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233
wechat_jiaxuan/pages/store/store.js
@@ -70,6 +70,12 @@
      url: `/pages/store/info?id=${id}`,
    })
  },
  userDetail(e) {
    const iamId =  e.currentTarget.dataset.id
    wx.navigateTo({
      url: `/pages/store/staff?id=${iamId}`,
    })
  },
  makePhone(e) {
    console.log('e', e);
    const phoneNumber = e.currentTarget.dataset.phone