🎈 perf(活动): 活动通用商店添加count字段
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user