@@ -82,7 +82,7 @@ export default {
payType() {
if (this.refundDetail.pay_type == "balance") {
return "账户余额";
- } else if (this.refundDetail.pay_type == "wxchat") {
+ } else if (this.refundDetail.pay_type == "wechat") {
return "微信余额";
} else {
return "客服支付,退回原账户";