|
@@ -155,9 +155,7 @@ const AutoShowDialog = () => {
|
|
|
// 轮盘特殊处理 dialogManage.showDialog('WheelSection')
|
|
|
|
|
|
if (curData?.action_params?.includes("WheelSection")) {
|
|
|
- console.log(wheelState.status);
|
|
|
await wheelState.setWheel();
|
|
|
- console.log(wheelState.status);
|
|
|
if (wheelState.status != 1) {
|
|
|
break;
|
|
|
}
|