ll
liukangdong
2024-08-27 2c08a98f7e85ec7c9376f27a7933e75e44d672f7
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,
    })