|
|
@@ -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,
|