liukangdong
2024-07-31 997036b27927bcc1e9207a40b7a69c106a10f30c
wechat_jiaxuan/pages/store/staffList.js
@@ -17,7 +17,7 @@
    this.getList()
  },
  handleDetail(e) {
    const id = e.currentTarget.dataset.iamId
    const id = e.currentTarget.dataset.id
    wx.navigateTo({
      url: '/pages/store/staff?id=' + id,
    })