Browse Source

平台资金管理-平台账目统计金额显示问题修复

ZhangWenQiang 5 years ago
parent
commit
2ed6049a4f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/hlgcpmanager/HlgCpAccountDetailList.vue

+ 5 - 0
src/views/hlgcpmanager/HlgCpAccountDetailList.vue

@@ -265,6 +265,11 @@
               this.paymentMoney = res.result.records[0].paymentMoney
               this.serviceMoney = res.result.records[0].serviceMoney
               this.paymentServiceMoney = res.result.records[0].paymentServiceMoney
+            } else {
+              this.rechargeMoney = '0.00'
+              this.paymentMoney = '0.00'
+              this.serviceMoney = '0.00'
+              this.paymentServiceMoney = '0.00'
             }
           }
           if(res.code===510){