diff --git a/store/modules/user.js b/store/modules/user.js index 5e76c1e..58e86cc 100644 --- a/store/modules/user.js +++ b/store/modules/user.js @@ -73,7 +73,7 @@ const user = { uni.hideLoading(); success(res) - if(loading){ + // if(loading){ if (!res.data.userInfo.userName || !res.data.userInfo.userImage || ! res.data.userInfo.userTelephone) { uni.navigateTo({ @@ -82,7 +82,7 @@ const user = { } else { uni.navigateBack(-1) } - } + // } } })