2024.7.16

This commit is contained in:
魏啾
2024-07-16 15:37:13 +08:00
parent 07c7562628
commit 46e91a1e89
19 changed files with 2397 additions and 387 deletions

View File

@@ -3,7 +3,8 @@
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
@@ -158,6 +159,20 @@
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order_food/goodsList_scroll",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order_food/goodsList_swiper",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/make/list",
"style": {
@@ -204,7 +219,16 @@
"path": "pages/chooseasong/index",
"style": {
"navigationBarTitleText": "歌曲列表",
"navigationBarTextStyle": "black"
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "pages/chooseasong/record",
"style": {
"navigationBarTitleText": "点单记录",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{