feat: 新增退款相关功能及状态显示

- 在订单详情页新增退款状态显示,包括"已退款"和"退款中"
- 新增退款目的地页面,用户可查看退款信息
- 更新应用版本号至1.0.58
- 更新依赖edu-core至v1.0.13
- 修改部分组件样式和逻辑,优化用户体验
This commit is contained in:
2026-05-09 11:13:51 +08:00
parent 69aa5cda40
commit de92a851b7
14 changed files with 223 additions and 40 deletions

View File

@@ -180,9 +180,9 @@ export default {
gotoDetail(v) {
this.$emit("hancleClick", v);
},
onHandleClickBuy() {
onHandleClickBuy(e) {
this.$emit("selectGoodsData", this.selectGoodsData);
this.$emit("onHandleClickBuy");
this.$emit("onHandleClickBuy", e);
},
},
onBackPress() {
@@ -362,4 +362,8 @@ export default {
color: #ff1f00;
font-weight: bold;
}
.title_list {
margin-bottom: 20rpx;
}
</style>

View File

@@ -1,5 +1,5 @@
<template>
<view style="background-color: #fff; width: 100%">
<view style="background-color: #fff; width: 100%; padding: 0 20rpx;">
<u-tabs
lineWidth="30"
lineColor="#294a97"