소스 검색

feat: 修改

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