diff --git a/app/wechat/view/api/review/news.html b/app/wechat/view/api/review/news.html index 120c4b7a9..4595dd9fc 100644 --- a/app/wechat/view/api/review/news.html +++ b/app/wechat/view/api/review/news.html @@ -6,12 +6,12 @@ {notempty name='news.articles'} {foreach $news.articles as $k => $v} {if $k < 1} - + {if $v.title}{$v.title}{/if}
{else} - + {$v.title} @@ -26,18 +26,103 @@ {block name='style'} {/block} \ No newline at end of file