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

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

@@ -18,6 +18,7 @@ class Xuniren
             foreach ($data as $k => $v) {
                 $data[$k] = $this->getPic($v);
                 $data[$k]['link'] = Dever::url('main/xnr-detail?id=' . $v['id']);
+                $data[$k]['info'] = Dever::cut($v['info'], 50);
             }
         }