瀏覽代碼

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