Authored by bevishuang

增加首页Title

<template>
<LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader">
<LayoutApp class="yohoufo-channel-page" :show-back="true" :hide-header="hideHeader" :title="title">
<div class="fixed-nav scroll-nav-wrap" v-if="isShow && navList.length">
<ScrollNav :list="navList" :current="active" @transfer="getIndex"></ScrollNav>
</div>
... ... @@ -64,6 +64,7 @@ export default {
// txt: '刷新成功',
// }
},
title:'闲鱼潮',
scrollEvents: ['scroll'],
scrollY: 0,
navTop: 0,
... ...