year 2 тижнів тому
батько
коміт
6a78151670
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/dialog/auto.ts

+ 0 - 2
src/dialog/auto.ts

@@ -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;
                             }