|
@@ -120,7 +120,7 @@ export default {
|
|
|
wxMobileLogin({ iv: e.detail.iv, encryptedData: e.detail.encryptedData,miniOpenId:currentMiniOpenId }).then(subRes => {
|
|
wxMobileLogin({ iv: e.detail.iv, encryptedData: e.detail.encryptedData,miniOpenId:currentMiniOpenId }).then(subRes => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(subRes.data && subRes.data.hasNoOpenId && subRes.data.hasNoOpenId ==1){
|
|
if(subRes.data && subRes.data.hasNoOpenId && subRes.data.hasNoOpenId ==1){
|
|
|
- that.$util.confirmModal({content:'网络异常,请重新操作'},() => {
|
|
|
|
|
|
|
+ that.$util.confirmModal({content:'网络异常,请重试一次'},() => {
|
|
|
// #ifdef MP-WEIXIN
|
|
// #ifdef MP-WEIXIN
|
|
|
uni.clearStorage()
|
|
uni.clearStorage()
|
|
|
that.$store.commit("setLoginInfo", {})
|
|
that.$store.commit("setLoginInfo", {})
|