Преглед на файлове

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);
     }