shawenguan 1 năm trước cách đây
mục cha
commit
09fc7701f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/hbcpre/hbcpreComposite.js

+ 1 - 1
Scripts/hbcpre/hbcpreComposite.js

@@ -302,7 +302,7 @@ async function tryOneComposite(activityId){
                 activityData = result.data;
                 saveActivitDataCache(1, activityData, false);
             }
-            if(result.code == 200 || activityData.code == 415){
+            if(result.code == 200 || result.code == 415){
                 break;
             }
         }