Browse Source

日常开发

林旭祥 2 weeks ago
parent
commit
477b5ebb80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/game/index.vue

+ 1 - 1
src/views/game/index.vue

@@ -201,8 +201,8 @@ const getInit = async () => {
         return false;
         return false;
       }
       }
       //传给预备窗口
       //传给预备窗口
-      actionConfirmRef.value.getInit(e);
       if (!start.value) {
       if (!start.value) {
+        actionConfirmRef.value.getInit(e);
         return false;
         return false;
       }
       }
       let area = e.ctrl_name.replace('bodyposecontroller_', '');
       let area = e.ctrl_name.replace('bodyposecontroller_', '');