rabin 7 年之前
父節點
當前提交
fc60fe2db8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/template/mobile/user/msg.php

+ 1 - 1
main/template/mobile/user/msg.php

@@ -28,7 +28,7 @@ $view
 
         'p' => array
         (
-            'html' => '<{$v.name}><br /><{$v.content && $v.content != null ? $v.content : ""}>',
+            'html' => '<{$v.name}><br /><{$v.content && !strstr($v.content, "null") ? $v.content : ""}>',
             'class' => '<{$v.status == 1 ? "new" : ""}>',
         ),
     )