Commit a00c1f0a authored by xytk's avatar xytk

提交代码

parent 86adc8ef
...@@ -219,7 +219,7 @@ cc.Class({ ...@@ -219,7 +219,7 @@ cc.Class({
}, },
initTile(){ initTile(){
this.tittleJs.setTittleText(this.data.bt_text); this.tittleJs.setTittleText(this.data.bt_text);
let dy = this._frameSize.y/2-104; let dy = this._frameSize.height/2-10;
this.tittleJs.node.y = dy; this.tittleJs.node.y = dy;
}, },
......
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