mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
新增web端首页关闭状态+新增电信经营许可证展示+细节优化
This commit is contained in:
@ -125,7 +125,7 @@ class Common extends BaseController
|
||||
{
|
||||
if(MyC('home_site_state') != 1)
|
||||
{
|
||||
exit(json_encode(DataReturn(MyC('home_site_close_reason', '网站维护中...'), -10000)));
|
||||
exit(json_encode(DataReturn(MyC('home_site_close_reason', '升级中...'), -10000)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user