liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
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,
    })