活动:周期性活动周期问题

This commit is contained in:
luying
2022-04-28 20:59:53 +08:00
parent ca6847e1ca
commit 885b0e0cfe
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ export class LimitShopData extends ActivityBase {
interval: number = 0;//周期间隔(秒)
list: Array<ShopItem> = [];//商品列表
// nextRefreshTime: number;//下次刷新时间
roundIndex: number = 1;//周期数从1开始
// roundIndex: number = 1;//周期数从1开始
public findItemByProductID(productID: string) {
let index = this.list.findIndex(obj => { return obj && obj.productID === productID });