Explorar el Código

feat: 优化总充值金额

xiansin hace 2 años
padre
commit
2089dcf4df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }