shawenguan 2 年 前
コミット
c415ed2133
1 ファイル変更2 行追加2 行削除
  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 {