This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
yunchuang
/
water_maintenance
Seguir
6
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
update
人生啊人生
hace 1 semana
padre
5a90eab83f
commit
750e06c396
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue
+ 1
- 0
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue
Ver fichero
@@ -8,6 +8,7 @@ watch(
(newVal, oldVal) => {
console.log("触发组件的UI下一步逻辑");
+ downEvent();
}
)