活动:添加节日活动-刷新商店、刷新任务

This commit is contained in:
qiaoxin
2021-06-17 16:49:55 +08:00
parent 045ce1bf77
commit c04c363dec
14 changed files with 749 additions and 5 deletions
@@ -6,7 +6,7 @@ import { ActivityBase } from './activityField';
// 每个商品的内容
export class ShopItem {
id: number; // 商品id
id: number; // 商品id,不能重复
reward: string; //任务奖励,格式:1&3&1(类型&id&数量) 类型定义:1.英雄,2.物品
countMax: number = 0; //可购买的最大次数,0表示不限制
name: string; //名字