Commit ae64bd13 authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev

parents 962132f3 d5d3139c
......@@ -97,6 +97,7 @@ export default class Turntable extends Panel {
private setBtnTouch(touchEnabled: boolean) {
this.start_btn.touchEnabled = touchEnabled;
this["closeBtn"].touchEnabled = touchEnabled;
this.rulebtn.touchEnabled = touchEnabled;
}
/**
......@@ -154,6 +155,7 @@ export default class Turntable extends Panel {
break;
default:
PanelCtrl.instance.show("TurntableNoPrizePanel", {type: 3});
break;
}
return;
......
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