魏超 4 年 前
コミット
3d3091a0f2
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/fundManagement/AccountDetail.jsx

+ 1
- 1
src/pages/fundManagement/AccountDetail.jsx ファイルの表示

@@ -81,7 +81,7 @@ function header(props) {
81 81
             label: '退款冻结金额',
82 82
             name: 'consume',
83 83
             type: FieldTypes.Message,
84
-            value: regFenToYuan(newsData.refundBlockedAmonut) || '0',
84
+            value: regFenToYuan(newsData.refundBlockedAmount) || '0',
85 85
             help: '对账请在充值订单中查看充值状态为“已申请”的退款记录',
86 86
         },
87 87
         {