Commit 6964851d authored by 罗林杰's avatar 罗林杰

修改bug

parent a7d276c8
......@@ -213,15 +213,17 @@ export default {
},
//跳转用户详情
gotoDetail(item){
if (uni.getStorageSync('userInfo').memRealAuthen != '1'){
this.tipMsg = message.authenticationMsg;
this.isConfirm = true;
this.$refs.elm.showDialog();
return
if (item != null && item !=''){
if (uni.getStorageSync('userInfo').memRealAuthen != '1'){
this.tipMsg = message.authenticationMsg;
this.isConfirm = true;
this.$refs.elm.showDialog();
return
}
uni.navigateTo({
url: '/pagesUser/userInfo?memberId='+item.businessId
})
}
uni.navigateTo({
url: '/pagesUser/userInfo?memberId='+item.businessId
})
},
confirm() {
this.isConfirm = false;
......
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