Browse Source

update home slide model init value

fengchang 1 year ago
parent
commit
ac52a2b77e
1 changed files with 1 additions and 1 deletions
  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,