dever 4 years ago
parent
commit
ed5b44142f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/content/lib/Xuniren.php

+ 1 - 1
app/content/lib/Xuniren.php

@@ -39,7 +39,7 @@ class Xuniren
                 $info = Dever::db('content/xuniren')->one($v['xid']);
                 if ($info) {
                     $info = $this->getPic($info);
-                    $info['sname'] = $info['name'] . ' / ' . $info['ename'];
+                    $info['sname'] = $info['name'];
                     $info['link'] = Dever::url('main/xnr-detail?id=' . $info['id']);
                     $info['info'] = '<span>简介</span> ' . $info['info'];
                     $result[] = $info;