From 475d844e3cf609ca09645ce883b73fdbcc22040d Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Thu, 27 Dec 2018 11:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E8=8E=B7=E5=8F=96title=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/wechat/Reply.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/wechat/Reply.php b/application/admin/controller/wechat/Reply.php index 888e0252..ff7b9a01 100644 --- a/application/admin/controller/wechat/Reply.php +++ b/application/admin/controller/wechat/Reply.php @@ -26,7 +26,7 @@ class Reply extends AuthController $replay = WechatReply::getDataByKey(input('key')); $this->assign('replay_arr',json_encode($replay)); $this->assign('key',input('key')); - $this->assign('title',input('title')); + $this->assign('title',urldecode(input('title'))); return $this->fetch(); }