소스 검색

feat: 优化总充值金额

xiansin 2 년 전
부모
커밋
2089dcf4df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/app/Admin/Metrics/Recharge.php

+ 1 - 1
server/app/Admin/Metrics/Recharge.php

xqd
@@ -82,7 +82,7 @@ class Recharge extends Round
             \round($goldPercent*100, 2)
         ];
         $this->withChart($data);
-        $this->chartTotal($this->labels[0], $this->totalRecharge);
+        $this->chartTotal('总充值金额', $this->totalRecharge);
     }