提交信息

This commit is contained in:
duan
2024-05-14 11:34:41 +08:00
parent 740c83bb4a
commit da87e38df0
6 changed files with 276 additions and 9 deletions

View File

@@ -202,16 +202,21 @@
}
},
{
"path" : "pages/group_order/order_groupdetail",
"path": "pages/group_order/order_groupdetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path" : "pages/product/placeOrder",
"style" :
{
"navigationBarTitleText" : "提交订单"
"path": "pages/product/placeOrder",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/group_order/refund",
"style": {
"navigationBarTitleText": "订单详情"
}
}
],