作者 lyh

gx

@@ -66,7 +66,7 @@ class CNoticeController extends BaseController @@ -66,7 +66,7 @@ class CNoticeController extends BaseController
66 $data_num = $this->productNum() + $this->CustomNum() + $this->newsNum() + $this->blogNum(); 66 $data_num = $this->productNum() + $this->CustomNum() + $this->newsNum() + $this->blogNum();
67 $number = $keyword_num * 18 + $lang_num * $data_num; 67 $number = $keyword_num * 18 + $lang_num * $data_num;
68 if($number >= 450000){ 68 if($number >= 450000){
69 - $this->response('success',Code::SUCCESS,['msg'=>'翻译数量过多, 大概页面数量:'.$number.', 磁盘空间占用可能会超过40G,请谨慎使用!']); 69 + $this->response('success',Code::SUCCESS,['msg'=>'翻译数量过多, 大概页面数量:'.$number.', 磁盘空间占用可能会超过40G,请联系管理员操作!']);
70 } 70 }
71 $this->response('success'); 71 $this->response('success');
72 } 72 }