Commit bc92961a authored by 范雪寒's avatar 范雪寒

fix:push

parent a2b2e774
...@@ -1214,7 +1214,7 @@ cc.Class({ ...@@ -1214,7 +1214,7 @@ cc.Class({
btnNext.opacity = 125; btnNext.opacity = 125;
switch_b2s.opacity = 125; switch_b2s.opacity = 125;
switch_s2b.opacity = 125; switch_s2b.opacity = 125;
this._timeoutIds(setTimeout(() => { this._timeoutIds.push(setTimeout(() => {
this._disableButtons = false; this._disableButtons = false;
btn_restart.opacity = 255; btn_restart.opacity = 255;
btnBefore.opacity = 255; btnBefore.opacity = 255;
......
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