shish 3 ani în urmă
părinte
comite
14b2ce821c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/ConsoleController.php

+ 1 - 1
app-ghs/controllers/ConsoleController.php

@@ -124,7 +124,7 @@ class ConsoleController extends BaseController
     public function actionProfile()
     {
         $notice = [];
-        //$notice = [['title' => '新增:损耗总览,每天花材毛利统计', 'action' => '查看', 'page' => '/admin/book/detail?id=wastage']];
+        $notice = [['title' => '请按提示更新应用;苹果手机请到应用市场更新', 'action' => '查看', 'page' => '/admin/book/detail?id=wastage']];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];