Commit 9ed1afc6 authored by 李维's avatar 李维

默认数据不进行转换

parent 01ffc479
...@@ -61,7 +61,7 @@ export class MyCocosSceneComponent extends cc.Component { ...@@ -61,7 +61,7 @@ export class MyCocosSceneComponent extends cc.Component {
}) })
} else { } else {
this.data = this.getDefaultData(); this.data = this.getDefaultData();
this.data = this.translateData(this.data) // this.data = this.translateData(this.data)
this.preloadItem(); 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