引入日历前
This commit is contained in:
74
pages.json
74
pages.json
@@ -352,6 +352,60 @@
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/listen/listenNotBuy",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "未购买的详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/comments/comments",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "书评1",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/comments/commentsDetail",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "书评详情1",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/bookShop/settlementBook",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "book购买1",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/library/library",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "我的图书",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/clock/clock",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "读书打卡",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
@@ -373,11 +427,17 @@
|
||||
"selectedIconPath": "static/tab/icon1_y.png",
|
||||
"text": "首页"
|
||||
},
|
||||
// {
|
||||
// "pagePath": "pages/peanut/shopping",
|
||||
// "iconPath": "static/tab/icon2_n.png",
|
||||
// "selectedIconPath": "static/tab/icon2_y.png",
|
||||
// "text": "购物车"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/peanut/shopping",
|
||||
"iconPath": "static/tab/icon2_n.png",
|
||||
"selectedIconPath": "static/tab/icon2_y.png",
|
||||
"text": "购物车"
|
||||
"pagePath": "pages/library/library",
|
||||
"iconPath": "static/tab/icon3_n.png",
|
||||
"selectedIconPath": "static/tab/icon3_y.png",
|
||||
"text": "我的图书"
|
||||
},
|
||||
// {
|
||||
// "pagePath": "pages/peanut/bookshelf",
|
||||
@@ -387,15 +447,15 @@
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/bookShop/orderList",
|
||||
"iconPath": "static/tab/icon3_n.png",
|
||||
"selectedIconPath": "static/tab/icon3_y.png",
|
||||
"iconPath": "static/tab/icon2_n.png",
|
||||
"selectedIconPath": "static/tab/icon2_y.png",
|
||||
"text": "我的订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/peanut/mine",
|
||||
"iconPath": "static/tab/icon4_n.png",
|
||||
"selectedIconPath": "static/tab/icon4_y.png",
|
||||
"text": "我的"
|
||||
"text": "我"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user