Commit eefe37c4 authored by youjie's avatar youjie

no message

parent 6e4e60d6
...@@ -95,12 +95,11 @@ ...@@ -95,12 +95,11 @@
uni.hideLoading() uni.hideLoading()
this.ShareLoginstatus = false 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
}) })
}
} }
}) })
}, },
......
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