活动:修改限购商店的刷新时间为5点

This commit is contained in:
qiaoxin
2021-05-28 17:20:18 +08:00
parent 480f8458f8
commit 6a2f7889ae
7 changed files with 58 additions and 21 deletions
@@ -17,6 +17,7 @@ export class RechargeMoneyItem {
this.id = data.id;
this.name = data.name;
this.reward = data.reward;
this.rewardTime = null;
}
}