shawenguan 1 năm trước cách đây
mục cha
commit
ddb1393323
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Scripts/wubian/wubianHelper.js

+ 1 - 0
Scripts/wubian/wubianHelper.js

@@ -613,6 +613,7 @@ function handleActivityList() {
                 item.name = `${item.name}(未开始)`;
             } else if (item.status == 2) {
                 item.name = `${item.name}(已结束)`;
+                item.endTiem = item.endTiem + 24 * 3600;
             }
             item.status = 1;
         }