From 80e1bf8b87483760067175040b703a8467d1b2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 1 Jun 2020 18:28:20 +0800 Subject: [PATCH] 1 --- application/third_party/tpmanage/controllers/webgetbokun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);