diff --git a/buyer/src/api/common.js b/buyer/src/api/common.js
index 76fc0e05..def96a12 100644
--- a/buyer/src/api/common.js
+++ b/buyer/src/api/common.js
@@ -33,7 +33,7 @@ export function sendSms (params) {
});
}
/**
- * 发送短信验证码
+ * 获取logo图标
*/
export function getLogo () {
return request({
diff --git a/buyer/src/assets/images/logo2.png b/buyer/src/assets/images/logo2.png
new file mode 100644
index 00000000..4ee26429
Binary files /dev/null and b/buyer/src/assets/images/logo2.png differ
diff --git a/buyer/src/components/nav/GoodsClassNav.vue b/buyer/src/components/nav/GoodsClassNav.vue
index b8fd1fd8..f249f8cc 100644
--- a/buyer/src/components/nav/GoodsClassNav.vue
+++ b/buyer/src/components/nav/GoodsClassNav.vue
@@ -95,7 +95,7 @@
-
领券中心
diff --git a/buyer/src/pages/home/enumeration.js b/buyer/src/pages/home/enumeration.js index 638c6af7..416a30e4 100644 --- a/buyer/src/pages/home/enumeration.js +++ b/buyer/src/pages/home/enumeration.js @@ -75,5 +75,9 @@ export const afterSaleStatusList = [ { name: '完成售后', status: 'COMPLETE' + }, + { + name: '等待平台退款', + status: 'WAIT_REFUND' } ] diff --git a/buyer/src/pages/home/orderCenter/AfterSale.vue b/buyer/src/pages/home/orderCenter/AfterSale.vue index 9b1138f1..826f4164 100644 --- a/buyer/src/pages/home/orderCenter/AfterSale.vue +++ b/buyer/src/pages/home/orderCenter/AfterSale.vue @@ -235,6 +235,7 @@ export default { this.submitLoading = false }) }, + // 提交物流modal openModal (row) { console.log(row); this.singleOrder = row; diff --git a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue index 51301f2e..400a4bb2 100644 --- a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue +++ b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue @@ -2,7 +2,7 @@{{ afterSale.orderStatusValue }}
售后单号:{{ afterSale.sn }} 订单号:{{afterSale.orderSn}}
退款方式 | {{afterSale.refundWay == 'ORIGINAL' ? '原路退回' : '账号退款'}}{{afterSale.applyRefundPrice | unitPrice('¥')}} | +退款方式 | {{afterSale.refundWay == 'ORIGINAL' ? '原路退回' : '账号退款'}} |
退款金额 | {{afterSale.actualRefundPrice | unitPrice('¥')}} | +||
退款开户行 | {{afterSale.bankDepositName}} | +||
退款开户名 | {{afterSale.bankAccountName}} | +||
退款卡号 | {{afterSale.bankAccountNumber}} | +||
商品处理方式 | {{afterSale.serviceType == 'RETURN_MONEY' ? '退款' : '退货'}} |