diff --git a/app/wechat/view/news/select.html b/app/wechat/view/news/select.html index cbbaaad5c..e30b282ce 100644 --- a/app/wechat/view/news/select.html +++ b/app/wechat/view/news/select.html @@ -2,19 +2,17 @@ {block name='style'} {/block} {block name="body"} -
+
{foreach $list as $vo} -
- {foreach $vo.articles as $k => $v} - {if $k < 1} -
+
+ {foreach $vo.articles as $k => $v}{if $k < 1} +
{if $v.title}

{$v.title}

{/if}
{else}
{$v.title}
-
+
- {/if} - {/foreach} + {/if}{/foreach}
{/foreach} - {if empty($list)}

没有记录哦!

{/if}
-
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty} {/block} @@ -132,23 +118,23 @@