k94314517
2024-07-22 1941e9fc342b3a2cb6d32e9658ad46f29f50a5df
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