shish пре 1 месец
родитељ
комит
6590e3f474
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      app-hd/controllers/ConsoleController.php

+ 4 - 1
app-hd/controllers/ConsoleController.php

@@ -109,12 +109,15 @@ class ConsoleController extends BaseController
         $lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
         $warning = '';
-        //$warning = '本月4号凌晨4点~5点系统升级,暂停使用';
+        $warningUrl = '';
+        $warning = '【必看】结账功能重大调整 点击查看 >';
+        $warningUrl = '/admin/notice/warning';
 
         util::success([
             'asset' => $this->main,
             'notice' => [],
             'warning' => $warning,
+            'warningUrl' => $warningUrl,
             'todayData' => [
                 'visit' => $visitCustom,
                 'income' => $todaySale,