diff --git a/src/common/utils.js b/src/common/utils.js index 87527f7..018d6d5 100755 --- a/src/common/utils.js +++ b/src/common/utils.js @@ -166,15 +166,18 @@ export const totalPageAni = async (activeIndex, previousIndex) => { animateCSS('#mechanical_drive_ani', aniName) } if (activeIndex == 12) { - animateCSS('#read_widely_ani', aniName) + animateCSS('#factory_drive_ani', aniName) } if (activeIndex == 13) { - animateCSS('#culture_ani', aniName) + animateCSS('#read_widely_ani', aniName) } if (activeIndex == 14) { + animateCSS('#culture_ani', aniName) + } + if (activeIndex == 15) { animateCSS('#post_page_title_ani', aniName) } - if (activeIndex == 16) { + if (activeIndex == 17) { animateCSS('#contract_info_ani', aniName) animateCSS('#contact_hand', aniName) } diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index 21fb700..482b9d5 100755 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -1,7 +1,7 @@ @@ -69,7 +69,7 @@ const fontColor = () => { return 'flex_center white' } } - if (swiperStore.activeIndex == 15) { + if (swiperStore.activeIndex == 16) { return 'flex_center white' } return 'flex_center font_change' diff --git a/src/views/Index/index.vue b/src/views/Index/index.vue index 17a5607..829037a 100755 --- a/src/views/Index/index.vue +++ b/src/views/Index/index.vue @@ -58,19 +58,19 @@ - + - + - + - + - +