...
This commit is contained in:
parent
2ceb878bd1
commit
e3febc452f
@ -180,9 +180,6 @@ export class RollingLottery2 extends Component {
|
|||||||
cc.Rect.intersection(this._temp3Rect, this._temp.currNodeRect, this._parentCenterRect).height >=
|
cc.Rect.intersection(this._temp3Rect, this._temp.currNodeRect, this._parentCenterRect).height >=
|
||||||
this._parentCenterRect.height * 0.5
|
this._parentCenterRect.height * 0.5
|
||||||
) {
|
) {
|
||||||
if (this._temp.currIndexN === -51) {
|
|
||||||
debugger;
|
|
||||||
}
|
|
||||||
this.currIndexN = this._temp.currIndexN;
|
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 >=
|
cc.Rect.intersection(this._temp3Rect, this._temp.currNodeRect, this._parentCenterRect).height >=
|
||||||
this._parentCenterRect.height * 0.5
|
this._parentCenterRect.height * 0.5
|
||||||
) {
|
) {
|
||||||
if (this._temp.currIndexN === -51) {
|
|
||||||
debugger;
|
|
||||||
}
|
|
||||||
this.currIndexN = this._temp.currIndexN;
|
this.currIndexN = this._temp.currIndexN;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -433,9 +427,6 @@ export class RollingLottery2 extends Component {
|
|||||||
// 开始滚动
|
// 开始滚动
|
||||||
this._scrollChild(this._totalDistV3);
|
this._scrollChild(this._totalDistV3);
|
||||||
// 更新状态
|
// 更新状态
|
||||||
if (indexN_ === -51) {
|
|
||||||
debugger;
|
|
||||||
}
|
|
||||||
this.currIndexN = indexN_;
|
this.currIndexN = indexN_;
|
||||||
this._scrollB = false;
|
this._scrollB = false;
|
||||||
this._jumpB = false;
|
this._jumpB = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user