shawenguan 2 anni fa
parent
commit
c415ed2133
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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);
                 let exploreData = await doExplore(userInfo.phone, userInfo.password, userInfo.token);
                 if (exploreData) {
                 if (exploreData) {
                     isSucc = true;
                     isSucc = true;
-                } else {
-                    logExploringMsg(paraData);
                 }
                 }
+            } else {
+                logExploringMsg(paraData);
             }
             }
         }
         }
     } else {
     } else {