dever 4 years ago
parent
commit
374950973b
2 changed files with 3 additions and 1 deletions
  1. 2 0
      app/push/lib/Data.php
  2. 1 1
      main/template/xuniren/feature.php

+ 2 - 0
app/push/lib/Data.php

@@ -131,6 +131,8 @@ class Data
             }
         }
 
+        $info['info'] = $info['content'];
+
         $info['cdate'] = date('Y-m-d', $info['cdate']);
 
         if (isset($info['pic']) && $info['pic']) {

+ 1 - 1
main/template/xuniren/feature.php

@@ -37,7 +37,7 @@ $view
         (
             'p' => array
             (
-                'html' => '$v.info',
+                'html' => '$v.content',
             ),
 
             'span' => array