装备:修复淬火查询品相bug

This commit is contained in:
luying
2021-07-30 18:00:28 +08:00
parent 36cdba3a7b
commit fab4a97486
3 changed files with 4 additions and 3 deletions

View File

@@ -904,7 +904,7 @@ export async function accomplishTask(serverId: number, roleId: string, taskType:
*
*/
export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: string, count: number, activityId: number, paramObj?: any, recordData?: any): any {
export function isComplete(_roleId: string, taskType: TASK_TYPE, taskParam: string, count: number, _activityId: number, paramObj?: any, recordData?: any): any {
// console.log('达成任务标准', roleId, taskType, taskParam, count, activityId, paramObj)
let param = splitString(taskParam, '&');
let addCount: number = 0; // 条件是否满足