Commit c530d16f authored by 罗林杰's avatar 罗林杰

修改用户详情

parent 8b1ed2f1
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
//跳转用户详情 //跳转用户详情
gotoDetail(item){ gotoDetail(item){
uni.navigateTo({ uni.navigateTo({
url: '/pagesUser/userInfo?id='+item.userId url: '/pagesUser/userInfo?memberId='+item.businessId
}) })
}, },
backbar() { backbar() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment