Browse Source

整单满减

shish 2 years ago
parent
commit
ef4bd4228a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-ghs/controllers/ConsoleController.php

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

@@ -126,8 +126,8 @@ class ConsoleController extends BaseController
     //今日概况 ssh 20220723
     public function actionProfile()
     {
-        $notice = [['title' => '目前公司任务非常多,处理问题需排期', 'action' => '-', 'page' => '']];
-        $notice = [];
+        $notice = [['title' => '新上线整单满减功能', 'action' => '查看视频', 'page' => '/admin/book/detail?id=orderReach']];
+        //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];