作者 lyh

gx脚本

... ... @@ -25,7 +25,7 @@ class WebSettingTextLogic extends BaseLogic
*/
public function setting_read(){
$web_setting = new WebSetting();
$setting_info = $web_setting->read(['project_id'=>$this->user['project_id']],['anchor_setting','anchor_is_enable','anchor_num','anchor_page_num']);
$setting_info = $web_setting->read(['project_id'=>$this->user['project_id']],['anchor_setting','anchor_is_enable','anchor_keyword_is_enable','anchor_num','anchor_page_num']);
if($setting_info === false){
$setting_info = [];
}
... ...