feat(订单): 添加退款功能及相关页面
- 新增退款申请功能,用户可申请订单内所有商品退款 - 更新订单状态显示,增加“已退款”和“退款中”状态 - 新增退款去向页面,展示退款信息 - 更新依赖版本至v1.0.13 - 提升用户体验,优化多个页面的文本提示和样式 - 更新应用版本至2.0.49
This commit is contained in:
@@ -249,9 +249,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() {
|
||||
@@ -430,4 +430,8 @@ export default {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
.title_list {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<!-- <scroll-view class="scroll-view_H cateList" scroll-x="true" scroll-left="0"> -->
|
||||
<view class="" style="background-color: #fff; width: 100%">
|
||||
<view class="" style="background-color: #fff; width: 100%; padding: 0 20rpx;">
|
||||
<u-tabs
|
||||
lineWidth="30"
|
||||
lineColor="#258feb"
|
||||
|
||||
Reference in New Issue
Block a user