feat: 首页改造

This commit is contained in:
2026-07-13 18:14:00 +08:00
parent 85fff5c363
commit c6015b8295
15 changed files with 2726 additions and 1399 deletions
+65 -44
View File
@@ -10,12 +10,11 @@
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/order_package/launch_page/launch_page",
"style": {
"navigationStyle": "custom"
}
"path": "pages/order_package/launch_page/launch_page",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
@@ -35,7 +34,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/supply_chain/supply_chain",
"style": {
@@ -293,20 +291,20 @@
"navigationBarTextStyle": "black"
}
},
{
"path": "setting/zhaopian",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "setting/zhao",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "setting/zhaopian",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "setting/zhao",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/index",
"style": {
@@ -314,27 +312,27 @@
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shu",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shuAdd",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shuSuccess",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shu",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shuAdd",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/shuSuccess",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "account/bind",
"style": {
@@ -564,8 +562,8 @@
}
},
{
"path": "productInfo/evaluateDetail",
"style": {
"path": "productInfo/evaluateDetail",
"style": {
"navigationBarTitleText": ""
}
},
@@ -637,6 +635,29 @@
}
}
]
},
{
"root": "pages/active",
"pages": [
{
"path": "limited-time/limited-time",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "super-subsidy/super-subsidy",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "newcomer-exclusive/newcomer-exclusive",
"style": {
"navigationStyle": "custom"
}
}
]
}
],
"tabBar": {
@@ -695,4 +716,4 @@
}
]
}
}
}