Kaynağa Gözat

路上库存

shish 2 yıl önce
ebeveyn
işleme
df3074bda0
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      app-ghs/controllers/ConsoleController.php

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

@@ -126,9 +126,8 @@ class ConsoleController extends BaseController
     //今日概况 ssh 20220723
     public function actionProfile()
     {
-        $notice = [];
-        //$notice = [['title' => '请按提示更新应用;苹果到应用市场更新', 'action' => '', 'page' => '']];
-        //$notice = [['title' => '10月17号凌晨1:00到1:30系统升级,暂停使用', 'action' => '', 'page' => '']];
+        $notice = [['title' => '新增在路上的库存管理功能', 'action' => '查看', 'page' => 'admin/book/detail?id=ioStat']];
+        //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];