shish 1 год назад
Родитель
Сommit
721e9306d1
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      app-ghs/controllers/ConsoleController.php

+ 0 - 3
app-ghs/controllers/ConsoleController.php

@@ -160,10 +160,7 @@ class ConsoleController extends BaseController
                 $notice[] = ['title' => '系统即将到期,请及时续费', 'action' => '查看', 'page' => '/admin/shop/renew'];
             }
         }
-
         $mainId = $this->mainId;
-
-
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];
         $todaySale = 0;