shawenguan il y a 2 ans
Parent
commit
c415ed2133
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Scripts/thwj/thwjHelper.js

+ 2 - 2
Scripts/thwj/thwjHelper.js

@@ -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 {