问卷:添加等级限制
This commit is contained in:
@@ -205,7 +205,7 @@ async function getModuleData(type: string, data: { role: RoleType, session: Fron
|
||||
case 'chapter':
|
||||
return getMainChapter(role);
|
||||
case 'survey':
|
||||
return await getSurvey(role.roleId);
|
||||
return await getSurvey(role.roleId, role.lv);
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user