Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
bevishuang
5 years ago
Commit
eb04b9c42b6be8ab6047b507929adafcaa03f05c
1 parent
3e597845
增加首页Title
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/pages/home/channel/channel.vue
apps/pages/home/channel/channel.vue
View file @
eb04b9c
<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,
...
...
Please
register
or
login
to post a comment