Commit be1b0a4f authored by liujiangnan's avatar liujiangnan

fix: 多显示的文件夹

parent 46be7be6
...@@ -111,6 +111,7 @@ export default class NewClass extends cc.Component { ...@@ -111,6 +111,7 @@ export default class NewClass extends cc.Component {
let rows = []; let rows = [];
if (levels[this.reportType][index]) { if (levels[this.reportType][index]) {
rows = await this.loadData(levels[this.reportType][index].id); rows = await this.loadData(levels[this.reportType][index].id);
rows = rows.filter(item => item.name.trim() !=='more games');
} }
const unLocks = this.getUnlockSyllabuses(); const 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