新建分支前最后一次提交
This commit is contained in:
13
pages.json
13
pages.json
@@ -167,7 +167,8 @@
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh":false // 禁止下拉刷新
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -285,11 +286,17 @@
|
||||
"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