This commit is contained in:
yuanfengxin 2022-07-15 18:34:42 +08:00
parent fbad99485e
commit 5e515568cd

View File

@ -173,7 +173,8 @@ export class RollingLottery2 extends Component {
// v.setSiblingIndex(0);
// }, 0);
let tempN = this._selfRect.height + this._ItemSize.height * 2;
/** 展示周长 */
let tempN = this._selfRect.height + this._ItemSize.height;
// 超出圈数
let beyondTurnsN = Math.floor((this._selfRect.yMin - currNodeRect.yMax) / tempN);