浏览代码

修改退款金额返回账户

mabaoyi 3 月之前
父节点
当前提交
04090fc0c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pageC/refundDetail/component/moneyDestination.vue

+ 1 - 1
pageC/refundDetail/component/moneyDestination.vue

@@ -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 "客服支付,退回原账户";