From 772b8ba956daf856217bb61dbf91dab0f4a99cc0 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 20 Dec 2019 19:32:10 +0800 Subject: [PATCH] Update news.html --- app/wechat/view/api/review/news.html | 113 +++++++++++++++++++++++---- 1 file changed, 99 insertions(+), 14 deletions(-) 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