فهرست منبع

Merge branch 'master' into dev

shish 11 ساعت پیش
والد
کامیت
fb19bc1743
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      app-ghs/controllers/ConsoleController.php
  2. 1 0
      app-hd/controllers/ShopController.php

+ 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);