feat:订单详情页面组件封装

This commit is contained in:
duanshuwen
2025-07-13 12:17:41 +08:00
parent 34a62d2f3e
commit 8766bb3720
88 changed files with 1021 additions and 47 deletions

View File

@@ -3,16 +3,30 @@
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
"navigationStyle": "custom"
}
},
{
"path" : "pages/chat/ChatQuickAccess",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path": "pages/order/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/chat/ChatQuickAccess",
"style" :
{
"navigationBarTitleText" : ""
}
}
],
"globalStyle": {
@@ -22,4 +36,4 @@
// "backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
}