新建分支前最后一次提交

This commit is contained in:
@fawn-nine
2023-07-04 13:27:04 +08:00
parent e7d9d12556
commit 5bdbe1afc4
10 changed files with 122 additions and 59 deletions

View File

@@ -42,6 +42,11 @@ export default {
pagePath: 'pages/peanut/bookshelf',
tab: true
},
// {
// text: '我的订单',
// pagePath: 'pages/bookShop/orderList',
// tab: true
// },
{
text: '我的',
pagePath: 'pages/peanut/mine',

View File

@@ -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',