Commit ffc937f7 authored by limingzhe's avatar limingzhe

fix: debug

parent 74d8e49f
...@@ -229,6 +229,10 @@ var game = cc.Class({ ...@@ -229,6 +229,10 @@ var game = cc.Class({
middleLayer.getComponent('middleLayer').goNextPage(); middleLayer.getComponent('middleLayer').goNextPage();
} }
}) })
if (!g.data_mgr.data.end_btn_text) {
endBtn.active = false;
}
}, },
......
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