feat: 添加退款相关功能和状态显示
- 新增退款状态显示,包括“已退款”和“退款中” - 添加退款目的地页面,支持查看订单退款信息 - 更新订单列表和订单详情页,支持退款操作 - 更新依赖edu-core至v1.0.13以支持新功能
This commit is contained in:
12
pages.json
12
pages.json
@@ -193,6 +193,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/bookShop/refundDestination",
|
||||
"style": {
|
||||
"navigationBarTitleText": "钱款去向",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
"titleNView": false,
|
||||
"popGesture": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/goods/order/index",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user