Commit eae5d485 authored by liujiaxin's avatar liujiaxin

change this

parent 753775d3
......@@ -155,7 +155,7 @@ cc.Class({
cc.director.on('GAME_RESOURCE_LOADED', (preloadedData) => {
cc.director.on('GAME_RESOURCE_LOADED', function(preloadedData){
this.lrc.initialize(preloadedData);
this.showImageNode.active = false;
if (this.pic_url) {
......@@ -265,7 +265,7 @@ cc.Class({
// this.setCurrentMode(this.lrc.PLAY_MODE.MODE1);
// this.buttonGroupChange(this.modeNameMap[this.getCurrentMode()])
});
}, this);
cc.director.on('GAME_DATA_FETCHED', function(data) {
if (data.title) {
this.titleLable.string = data.title;
......
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