|
@ -73,7 +73,7 @@ const user = { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|
success(res) |
|
|
success(res) |
|
|
|
|
|
|
|
|
if(loading){ |
|
|
|
|
|
|
|
|
// if(loading){
|
|
|
if (!res.data.userInfo.userName || !res.data.userInfo.userImage || ! |
|
|
if (!res.data.userInfo.userName || !res.data.userInfo.userImage || ! |
|
|
res.data.userInfo.userTelephone) { |
|
|
res.data.userInfo.userTelephone) { |
|
|
uni.navigateTo({ |
|
|
uni.navigateTo({ |
|
@ -82,7 +82,7 @@ const user = { |
|
|
} else { |
|
|
} else { |
|
|
uni.navigateBack(-1) |
|
|
uni.navigateBack(-1) |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|