|
|
@@ -440,6 +440,12 @@ function handleSecKillData() {
|
|
|
let nowDateStr = magicJS.formatDate(new Date(), 'yyyy-MM-dd');
|
|
|
actStatus.systemTime = actStatus.systemTime.replace(nowDateStr, actStatus.seckillDate);
|
|
|
|
|
|
+ let actInfoList = dictInfo.actInfoList;
|
|
|
+ for (let i = 0; i < actInfoList.length; ++i) {
|
|
|
+ let item = actInfoList[i];
|
|
|
+ item.endTime = '23:59:59';
|
|
|
+ }
|
|
|
+
|
|
|
gRetBody = rspData;
|
|
|
|
|
|
magicJS.logger.info(`######################handleSecKillData: ${actStatus.systemTime}`);
|