Authored by bevishuang

增加首页Title

1 <template> 1 <template>
2 - <LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader"> 2 + <LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader" :title="title">
3 <div class="fixed-nav scroll-nav-wrap" v-if="isShow && navList.length"> 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>
@@ -64,6 +64,7 @@ export default { @@ -64,6 +64,7 @@ export default {
64 // txt: '刷新成功', 64 // txt: '刷新成功',
65 // } 65 // }
66 }, 66 },
  67 + title:'闲鱼潮',
67 scrollEvents: ['scroll'], 68 scrollEvents: ['scroll'],
68 scrollY: 0, 69 scrollY: 0,
69 navTop: 0, 70 navTop: 0,