完善下单逻辑及其ui展示,修复支付倒计时显示错误bug

This commit is contained in:
2026-05-25 15:35:41 +08:00
parent d25f80ccdd
commit cecb51a8e2
40 changed files with 13040 additions and 3217 deletions

View File

@@ -1,4 +1,4 @@
{
{
"pages": [
{
"path": "pages/user/boot",
@@ -13,6 +13,24 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/address/address-edit",
"style": {
"navigationBarTitleText": "服务地址"
}
},
{
"path": "pages/address/address-list",
"style": {
"navigationBarTitleText": "选择服务地址"
}
},
{
"path": "pages/address/address-map-select",
"style": {
"navigationBarTitleText": "地图选点"
}
},
{
"path": "pages/mall/admin/homePage/index",
"style": {
@@ -338,7 +356,8 @@
{
"path": "payment",
"style": {
"navigationBarTitleText": "收银台"
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
@@ -351,8 +370,10 @@
{
"path": "orders",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundColor": "#f5f5f5"
}
},
{