Undefined variable: title
解決方法: 按圖修改
public function details($id = 0)
{
$title = ArticleModel::where(['id' => $id, 'is_show' => 1])->value('title');
$this->assign(['id' => $id, 'title' => $title]);
return $this->fetch('news_detail');
}
Undefined variable: title
解決方法: 按圖修改
public function details($id = 0)
{
$title = ArticleModel::where(['id' => $id, 'is_show' => 1])->value('title');
$this->assign(['id' => $id, 'title' => $title]);
return $this->fetch('news_detail');
}
全 最后編輯于2023-03-31 17:17:27
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}} LV.{{ item.user_info.bbs_level }}
作者 管理員 企業(yè)
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回復(fù) {{itemc.comment_user_info.nickname}}{{itemf.name}}
相關(guān)推薦
快速安全登錄
微信登錄/注冊(cè)
{{ bind_phone ? '綁定手機(jī)' : '手機(jī)登錄'}}