Renxy 1 년 전
부모
커밋
54a2c4e87f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/utils.js

+ 1 - 1
src/utils/utils.js

@@ -152,8 +152,8 @@ if (window.vuplex) {
     console.log(
       '============================getMessageForUnity============================',
     );
-    alert(data.message);
     const data = JSON.parse(e.data);
+    alert(data.message);
     console.log(data);
     UnityAction.emit(data.type, data.message);
   });