Commit 110ea697 authored by 邱旭's avatar 邱旭

1

parent de6d8d5a
......@@ -56,6 +56,9 @@ export default class Turntable extends Panel {
initEvents() {
super.initEvents();
if(this.data.onceAgain) { // 再抽一次
return;
}
this["closeBtn"].addEventListener(egret.TouchEvent.TOUCH_TAP, this.onTouchTap_closeBtn, this);
this.start_btn.addEventListener(egret.TouchEvent.TOUCH_TAP, this.onTapStart, this);
this.rulebtn.addEventListener(egret.TouchEvent.TOUCH_TAP, this.onTapRulebtn, this);
......
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