@@ -171,9 +171,9 @@ async function checkExploreOne(accountData) {
let exploreData = await doExplore(userInfo.phone, userInfo.password, userInfo.token);
if (exploreData) {
isSucc = true;
- } else {
- logExploringMsg(paraData);
}
+ } else {
+ logExploringMsg(paraData);
} else {