Commit 122f265a authored by youjie's avatar youjie

no message

parent eefe37c4
......@@ -91,16 +91,24 @@
})
}
}
},(error)=>{
},(failed) => {
uni.hideLoading()
this.ShareLoginstatus = false
if(error.message=='当前微信已绑定其他同业!'){
// if(uni.getStorageSync("mall_UserInfo")||uni.getStorageSync('b2b_user')){}
uni.showToast({
title: failed.message,
icon: "none",
});
setTimeout(() => {
if(failed.message=='同业已绑定微信!'){
let newUrl = '/pages/index/index';
uni.redirectTo({
url: newUrl
})
}
setTimeout(() => {
this.ShareLoginstatus = false
}, 2000)
}, 2000)
})
},
changeCurrentFocus(val) {
......
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