@@ -57,7 +57,7 @@ class Comment
$where['uid'] = $uid;
$where['data_id'] = $id;
$where['type'] = $type;
- $where['content'] = $content;
+ $where['content'] = Dever::emoji($content);
$table = $this->table($type);
$info = Dever::db($table)->one($where);
if (!$info) {
@@ -12,7 +12,7 @@ class Feedback
$where['username'] = $username;
$where['name'] = $name;
$table = 'act/feedback';