shawenguan 1 년 전
부모
커밋
0823892ae2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/wubian/wubianHelper.js

+ 1 - 1
Scripts/wubian/wubianHelper.js

@@ -288,7 +288,7 @@ function handleActivityList() {
         // type 0=合成 1=兑换或置换
         const hashId = item.hashId;
         dataDict[hashId] = item;
-        item.status = 1;
+        // item.status = 1;
         // item.startTime = Math.floor(Date.now() / 1000 - 3600);
         // item.endTiem = Math.floor(Date.now() / 1000 + 3600);
     }