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

默认数据不进行转换

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