Explorar el Código

update home slide model init value

fengchang hace 1 año
padre
commit
ac52a2b77e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hichina-main-front-mobile-first/src/pages/IndexPage.vue

+ 1 - 1
hichina-main-front-mobile-first/src/pages/IndexPage.vue

@@ -367,7 +367,7 @@ export default defineComponent({
     });
 
     return {
-      slide: ref(1),
+      slide: ref(0),
       autoplay: ref(true),
       sliders,
       randDestinations,