活动:添加隐藏时间

This commit is contained in:
luying
2022-05-11 17:14:57 +08:00
parent 751c796a6b
commit 3c711a0f27
9 changed files with 26 additions and 46 deletions

View File

@@ -155,7 +155,7 @@ export class RefreshShopData extends ActivityBase {
let dataObj = JSON.parse(data);
this.shopType = dataObj.shopType;
this.name = dataObj.name;
this.interval = dataObj.interval;
this.interval = dataObj.interval * 864000;
// this.beginTime = moment(this.beginTime).startOf('d').add(REFRESH_TIME, 'hour').valueOf();
// if (this.interval > 0) {