Explorar el Código

wesmiler 报恩寺项目提交

wesmiler hace 4 años
padre
commit
e0caf534bd
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      app/Services/TradeService.php

+ 3 - 3
app/Services/TradeService.php

@@ -127,9 +127,9 @@ class TradeService extends BaseService
             'count' => isset($dataList['total']) ? $dataList['total'] : 0,
             'counts'=> [
                 'totals'=> $counts,
-                'total'=> $counts[0],
-                'totalInc'=> $counts[1],
-                'totalDesc'=> $counts[2],
+//                'total'=> $counts[0],
+//                'totalInc'=> $counts[1],
+//                'totalDesc'=> $counts[2],
                 'today'=> rand(100,1000),
                 'week'=> rand(100,1000),
                 'month'=> rand(100,1000),