Commit c299a691 authored by liujiangnan's avatar liujiangnan

fix

parent fb4616c2
......@@ -163,7 +163,7 @@ export default class NewClass extends cc.Component {
}
if (reportType === 'qwqd') {
// 全都解锁(没有解锁逻辑)
unLocks = rows.map(item => `${item.id}`);
unLocks = this.getUnlockSyllabuses();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment