接口改动
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
path: '',
|
||||
navigationList: [{
|
||||
pagePath: 'pages/peanut/home',
|
||||
iconPath: 'static/tab/tab1.png',
|
||||
selectedIconPath: 'static/tab/tab1-1.png',
|
||||
iconPath: 'static/tab/icon1_n.png',
|
||||
selectedIconPath: 'static/tab/icon1_y.png',
|
||||
text: '首页'
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/library/library",
|
||||
"iconPath": "static/tab/tab2.png",
|
||||
"selectedIconPath": "static/tab/tab2-1.png",
|
||||
"iconPath": "static/tab/icon3_n.png",
|
||||
"selectedIconPath": "static/tab/icon3_y.png",
|
||||
"text": "我的图书"
|
||||
},
|
||||
// {
|
||||
@@ -46,15 +46,15 @@
|
||||
// },
|
||||
{
|
||||
pagePath: 'pages/bookShop/orderList',
|
||||
iconPath: 'static/tab/tab3.png',
|
||||
selectedIconPath: 'static/tab/tab3-1.png',
|
||||
iconPath: 'static/tab/icon2_n.png',
|
||||
selectedIconPath: 'static/tab/icon2_y.png',
|
||||
text: '我的订单'
|
||||
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/peanut/mine',
|
||||
iconPath: 'static/tab/tab4.png',
|
||||
selectedIconPath: 'static/tab/tab4.png',
|
||||
iconPath: 'static/tab/icon4_n.png',
|
||||
selectedIconPath: 'static/tab/icon4_y.png',
|
||||
text: '我的'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user