Commit 6d3455ff authored by limingzhe's avatar limingzhe

fix: debug

parent 5cfc8951
......@@ -70,7 +70,7 @@ export class MyCocosSceneComponent extends cc.Component {
getData((data) => {
this.log('data:' + data);
this.data = data || this.getDefaultData();
this.data = this.translateData(this.data);
this.data = this.translateData(this.data.rows);
this.preloadItem();
})
}
......
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