接口改动

This commit is contained in:
@fawn-nine
2023-09-27 18:17:01 +08:00
parent 63cbc9da2f
commit aaf15515da
17 changed files with 430 additions and 425 deletions

View File

@@ -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: '我的'
}
],