Jelajahi Sumber

修改退款金额返回账户

mabaoyi 3 bulan lalu
induk
melakukan
04090fc0c3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 "客服支付,退回原账户";