diff --git a/application/third_party/tpmanage/controllers/webgetbokun.php b/application/third_party/tpmanage/controllers/webgetbokun.php index 77a834ef..ffae8183 100644 --- a/application/third_party/tpmanage/controllers/webgetbokun.php +++ b/application/third_party/tpmanage/controllers/webgetbokun.php @@ -112,7 +112,7 @@ class webgetbokun extends CI_Controller //seo $this->tpBokun_model->ic_seo_title = character_limiter($title, 100); - $this->tpBokun_model->ic_seo_description = iconv("GBK","UTF-8",character_limiter(strip_tags($activityDeatil->description), 200)); + $this->tpBokun_model->ic_seo_description = $title; //iconv("GBK","UTF-8",character_limiter(strip_tags($activityDeatil->description), 200)); $tempKeywords = $activityDeatil->keywords; if (is_array($tempKeywords) && count($tempKeywords) > 0) { $this->tpBokun_model->ic_seo_keywords = implode(",", $tempKeywords);