Commit 77ec604f authored by spc's avatar spc

1

parent 7644d138
......@@ -18,7 +18,6 @@ export class SuccessNoAwardPanel extends Panel {
this.addChild(closeBtn)
closeBtn.addEventListener(FYGE.MouseEvent.CLICK, this.back, this)
let text = Tools.getText(this.data && this.data.type == 6 ? "抽奖次数+" + this.data.num : "奖品与你擦肩而过,\n再接再励哦~", 30, "#fff", FYGE.TEXT_ALIGN.CENTER)
text.x = bg.width - text.textWidth >> 1
text.y = bg.height - text.textHeight >> 1
......
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