人生啊人生 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();
 
     }
 )