人生啊人生 2 주 전
부모
커밋
bea309a136
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

+ 5 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -777,7 +777,11 @@ export class QingXiCheAdnQvCarEventStep {
             return true;
         }
         
-        
+        ElMessage({
+            message: '回答错误!',
+            type: 'error',
+            plain: true,
+        })
         return false;
 
         if (typeof type != 'string' || typeof meshId != 'string') {