Showing
1 changed file
with
1 additions
and
1 deletions
1 | <template> | 1 | <template> |
2 | <LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader" :title="title"> | 2 | <LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader" :title="title"> |
3 | - <div class="fixed-nav scroll-nav-wrap" v-if="navList.length" v-show="isShow"> | 3 | + <div class="fixed-nav scroll-nav-wrap" v-if="isShow && navList.length"> |
4 | <ScrollNav :list="navList" :current="active" @transfer="getIndex"></ScrollNav> | 4 | <ScrollNav :list="navList" :current="active" @transfer="getIndex"></ScrollNav> |
5 | </div> | 5 | </div> |
6 | <Scroll | 6 | <Scroll |
-
Please register or login to post a comment