活动:添加隐藏时间
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user