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