|
...
|
...
|
@@ -62,7 +62,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$TemplateInfo = [];
|
|
|
|
$key = 'template_'.$this->user['project_id'].'_'.$this->param['source'].'_'.$this->param['source_id'];
|
|
|
|
if(!empty(Cache::add($key))){
|
|
|
|
if(!empty(Cache::get($key))){
|
|
|
|
$this->fail('当前页面正在装修中');
|
|
|
|
}
|
|
|
|
if($this->param['source'] == $this->model::SOURCE_HOME){//首页
|
...
|
...
|
|