diff --git a/buyer/src/pages/couponCenter.vue b/buyer/src/pages/couponCenter.vue index b2da1057..3c71aa07 100644 --- a/buyer/src/pages/couponCenter.vue +++ b/buyer/src/pages/couponCenter.vue @@ -5,7 +5,7 @@
- +

领券中心

diff --git a/buyer/src/pages/home/enumeration.js b/buyer/src/pages/home/enumeration.js index 416a30e4..ee39e556 100644 --- a/buyer/src/pages/home/enumeration.js +++ b/buyer/src/pages/home/enumeration.js @@ -52,10 +52,6 @@ export const afterSaleStatusList = [ name: '买家退货,待卖家收货', status: 'BUYER_RETURN' }, - { - name: '商家换货/补发', - status: 'SELLER_RE_DELIVERY' - }, { name: '卖家确认收货', status: 'SELLER_CONFIRM' diff --git a/buyer/src/pages/home/memberCenter/Distribution.vue b/buyer/src/pages/home/memberCenter/Distribution.vue index 7b9288b6..3d1e56d6 100644 --- a/buyer/src/pages/home/memberCenter/Distribution.vue +++ b/buyer/src/pages/home/memberCenter/Distribution.vue @@ -91,11 +91,15 @@ + @@ -91,15 +86,6 @@ export default { } }); }, - changePageNum (val) { // 修改页码 - this.params.pageNumber = val; - this.getList() - }, - changePageSize (val) { // 修改页数 - this.pageNumber = 1; - this.params.pageSize = val; - this.getList() - }, buynow (skuId, goodsId) { // 跳转详情 let url = this.$router.resolve({ path: '/goodsDetail', diff --git a/buyer/src/pages/home/orderCenter/AfterSale.vue b/buyer/src/pages/home/orderCenter/AfterSale.vue index 826f4164..4e95fbe3 100644 --- a/buyer/src/pages/home/orderCenter/AfterSale.vue +++ b/buyer/src/pages/home/orderCenter/AfterSale.vue @@ -19,10 +19,7 @@
+ +
diff --git a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue index 400a4bb2..1260367b 100644 --- a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue +++ b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue @@ -34,7 +34,10 @@
- + + + + - -
退款方式{{afterSale.refundWay == 'ORIGINAL' ? '原路退回' : '账号退款'}}
退款金额{{afterSale.actualRefundPrice | unitPrice('¥')}}申请退款金额{{afterSale.applyRefundPrice | unitPrice('¥')}}
实际退款金额{{afterSale.actualRefundPrice | unitPrice('¥')}}