diff --git a/application/wechat/view/review.index.html b/application/wechat/view/review.index.html index 8cc8034bb..3d13255b7 100644 --- a/application/wechat/view/review.index.html +++ b/application/wechat/view/review.index.html @@ -130,10 +130,8 @@ {if count($articles) gt 1} {if $key < 1}
-
- -
-
+
+
{$vo.title|default=''}
@@ -141,9 +139,7 @@ - +
{$vo.title} - -
{/if} @@ -156,11 +152,9 @@
{:date('m月d日')}
-
- -
-
- {:strip_tags($vo.content)} +
+
+ {:str_replace([' ',"\n"],'',strip_tags($vo.digest))} ...