Просмотр исходного кода

Merge branch 'master' into dev

shish 1 неделя назад
Родитель
Сommit
fb19bc1743

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

@@ -312,7 +312,7 @@ class ConsoleController extends BaseController
 
         $warning = '';
         $warningUrl = '';
-        //$warning = '本页右上方,暂不显示昨天收入金额';
+        $warning = '本页右上方,暂不显示昨天收入金额';
         //$warningUrl = '/admin/notice/warning';
 
         util::success([

+ 1 - 0
app-hd/controllers/ShopController.php

@@ -137,6 +137,7 @@ class ShopController extends BaseController
         $shop = $this->shop->attributes;
         $shop['reachVip'] = $shopExt['reachVip'];
 
+        //$shop['warning'] = '';
         $shop['warning'] = '明天凌晨1:00~2:00系统升级,暂停使用';
 
         util::success($shop);