feat/task1-c-wallet
devil_gong 2019-04-18 16:29:20 +08:00
parent 8827d7d204
commit 624d27ee82
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ class Pets extends Controller
$ret['data']['not_bind_desc'] = str_replace("\n", '<br />', $ret['data']['not_bind_desc']);
}
$this->assign('plugins_base_data', $ret['data']);
// 浏览器标题
if(!empty($data['title']))
{
$this->assign('home_seo_site_title', SeoService::BrowserSeoTitle($data['title']));
}
$this->assign('params', $params);
return $this->fetch('../../../plugins/view/petscms/pets/detail');