From e3febc452f4b129cd8c3b7fac469cfca53ce2eb1 Mon Sep 17 00:00:00 2001 From: muzzik <1226085293@qq.com> Date: Sat, 16 Jul 2022 02:22:50 +0800 Subject: [PATCH] ... --- assets/RollingLottery.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/assets/RollingLottery.ts b/assets/RollingLottery.ts index e99e2b6..613689b 100644 --- a/assets/RollingLottery.ts +++ b/assets/RollingLottery.ts @@ -180,9 +180,6 @@ export class RollingLottery2 extends Component { cc.Rect.intersection(this._temp3Rect, this._temp.currNodeRect, this._parentCenterRect).height >= this._parentCenterRect.height * 0.5 ) { - if (this._temp.currIndexN === -51) { - debugger; - } this.currIndexN = this._temp.currIndexN; } }); @@ -242,9 +239,6 @@ export class RollingLottery2 extends Component { cc.Rect.intersection(this._temp3Rect, this._temp.currNodeRect, this._parentCenterRect).height >= this._parentCenterRect.height * 0.5 ) { - if (this._temp.currIndexN === -51) { - debugger; - } this.currIndexN = this._temp.currIndexN; } }); @@ -433,9 +427,6 @@ export class RollingLottery2 extends Component { // 开始滚动 this._scrollChild(this._totalDistV3); // 更新状态 - if (indexN_ === -51) { - debugger; - } this.currIndexN = indexN_; this._scrollB = false; this._jumpB = false;