活动:修复每日特惠礼包

This commit is contained in:
luying
2022-01-20 12:08:10 +08:00
parent c813762bf9
commit cd18ac4327
10 changed files with 37 additions and 36 deletions

View File

@@ -151,7 +151,7 @@ export class RefreshShopData extends ActivityBase {
public initData(data: string) {
this.nextRefreshTime = this.endTime;
// this.nextRefreshTime = this.endTime;
let dataObj = JSON.parse(data);
this.shopType = dataObj.shopType;
this.name = dataObj.name;