|
@@ -13,7 +13,6 @@
|
|
<tab-content>
|
|
<tab-content>
|
|
<shelf-page @change="pageTohome" tabindex="{{current}}"></shelf-page>
|
|
<shelf-page @change="pageTohome" tabindex="{{current}}"></shelf-page>
|
|
<home-page @change="pageSwitch" tabindex="{{current}}"></home-page>
|
|
<home-page @change="pageSwitch" tabindex="{{current}}"></home-page>
|
|
- <leader-board tabindex="{{current}}"></leader-board>
|
|
|
|
<category-page tabindex="{{current}}"></category-page>
|
|
<category-page tabindex="{{current}}"></category-page>
|
|
<my-page @customer="openCustomer" tabindex="{{current}}"></my-page>
|
|
<my-page @customer="openCustomer" tabindex="{{current}}"></my-page>
|
|
</tab-content>
|
|
</tab-content>
|
|
@@ -121,32 +120,24 @@ export default {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '书城',
|
|
name: '书城',
|
|
- title: '琥珀阅读',
|
|
|
|
|
|
+ title: '阅乐',
|
|
icon: '../../assets/imgs/home.png',
|
|
icon: '../../assets/imgs/home.png',
|
|
active_icon: '../../assets/imgs/home_choose.png',
|
|
active_icon: '../../assets/imgs/home_choose.png',
|
|
index: 1
|
|
index: 1
|
|
},
|
|
},
|
|
-
|
|
|
|
- {
|
|
|
|
- name: '排行',
|
|
|
|
- title: '排行榜',
|
|
|
|
- icon: '../../assets/imgs/rank.png',
|
|
|
|
- active_icon: '../../assets/imgs/rank_choose.png',
|
|
|
|
- index: 2
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
name: '分类',
|
|
name: '分类',
|
|
title: '分类',
|
|
title: '分类',
|
|
icon: '../../assets/imgs/classify.png',
|
|
icon: '../../assets/imgs/classify.png',
|
|
active_icon: '../../assets/imgs/classify_choose.png',
|
|
active_icon: '../../assets/imgs/classify_choose.png',
|
|
- index: 3
|
|
|
|
|
|
+ index: 2
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '我的',
|
|
name: '我的',
|
|
title: '个人中心',
|
|
title: '个人中心',
|
|
icon: '../../assets/imgs/my.png',
|
|
icon: '../../assets/imgs/my.png',
|
|
active_icon: '../../assets/imgs/my_choose.png',
|
|
active_icon: '../../assets/imgs/my_choose.png',
|
|
- index: 4
|
|
|
|
|
|
+ index: 3
|
|
}
|
|
}
|
|
],
|
|
],
|
|
// current: 0,
|
|
// current: 0,
|