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

修改bug

parent a7d276c8
......@@ -213,6 +213,7 @@ export default {
},
//跳转用户详情
gotoDetail(item){
if (item != null && item !=''){
if (uni.getStorageSync('userInfo').memRealAuthen != '1'){
this.tipMsg = message.authenticationMsg;
this.isConfirm = true;
......@@ -222,6 +223,7 @@ export default {
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