Commit 6e4e60d6 authored by youjie's avatar youjie

no message

parent 7c0688ca
...@@ -92,14 +92,14 @@ ...@@ -92,14 +92,14 @@
} }
} }
},(error)=>{ },(error)=>{
uni.hideLoading()
this.ShareLoginstatus = false
if(error.message=='当前微信已绑定其他同业!'){ if(error.message=='当前微信已绑定其他同业!'){
if(uni.getStorageSync("mall_UserInfo")||uni.getStorageSync('b2b_user')){ if(uni.getStorageSync("mall_UserInfo")||uni.getStorageSync('b2b_user')){
let newUrl = '/pages/index/index'; let newUrl = '/pages/index/index';
uni.redirectTo({ uni.redirectTo({
url: newUrl url: newUrl
}) })
}else{
this.ShareLoginstatus = 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