新建分支前最后一次提交
This commit is contained in:
@@ -42,6 +42,11 @@ export default {
|
||||
pagePath: 'pages/peanut/bookshelf',
|
||||
tab: true
|
||||
},
|
||||
// {
|
||||
// text: '我的订单',
|
||||
// pagePath: 'pages/bookShop/orderList',
|
||||
// tab: true
|
||||
// },
|
||||
{
|
||||
text: '我的',
|
||||
pagePath: 'pages/peanut/mine',
|
||||
|
||||
@@ -38,11 +38,18 @@
|
||||
selectedIconPath: 'static/tab/icon2_y.png',
|
||||
text: '购物车'
|
||||
},
|
||||
// {
|
||||
// pagePath: 'pages/peanut/bookshelf',
|
||||
// iconPath: 'static/tab/icon3_n.png',
|
||||
// selectedIconPath: 'static/tab/icon3_y.png',
|
||||
// text: '我的书架'
|
||||
// },
|
||||
{
|
||||
pagePath: 'pages/peanut/bookshelf',
|
||||
pagePath: 'pages/bookShop/orderList',
|
||||
iconPath: 'static/tab/icon3_n.png',
|
||||
selectedIconPath: 'static/tab/icon3_y.png',
|
||||
text: '我的书架'
|
||||
text: '我的订单'
|
||||
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/peanut/mine',
|
||||
|
||||
Reference in New Issue
Block a user