人生啊人生 1 주 전
부모
커밋
750e06c396
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue

+ 1 - 0
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue

@@ -8,6 +8,7 @@ watch(
     (newVal, oldVal) => {
         
         console.log("触发组件的UI下一步逻辑");
+        downEvent();
 
     }
 )