引入日历前

This commit is contained in:
@fawn-nine
2023-08-21 18:05:19 +08:00
parent 57d70c40f2
commit ef6c52c0d4
48 changed files with 4003 additions and 386 deletions

View File

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