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(); }