活动:添加隐藏时间
This commit is contained in:
@@ -112,7 +112,7 @@ export class RefreshTaskData extends ActivityBase {
|
||||
// this.nextRefreshTime = this.endTime;
|
||||
let dataObj = JSON.parse(data);
|
||||
this.name = dataObj.name;
|
||||
this.interval = dataObj.interval;
|
||||
this.interval = dataObj.interval * 864000;
|
||||
this.consumePoint = dataObj.consumePoint;
|
||||
this.reward = dataObj.reward;
|
||||
this.addPointActivityId = dataObj.addPointActivityId ? dataObj.addPointActivityId : 0;
|
||||
|
||||
Reference in New Issue
Block a user