🎈 perf(活动): 活动通用商店添加count字段

This commit is contained in:
luying
2022-11-18 16:31:06 +08:00
parent 841997c419
commit f4235a21c4
2 changed files with 9 additions and 8 deletions

View File

@@ -303,8 +303,8 @@ export function checkRouteParam(route: string, msg: any) {
}
case 'activity.refreshShopHandler.buyGood':
{
let { activityId, roundIndex, id, pageIndex } = msg;
if(!checkNaturalNumbers(activityId, roundIndex, id, pageIndex)) return false;
let { activityId, roundIndex, id, pageIndex, count } = msg;
if(!checkNaturalNumbers(activityId, roundIndex, id, pageIndex, count)) return false;
break;
}
case 'activity.refreshTaskHandler.getReward':