{$member.nickname_show}的朋友圈
发圈
{if count($list)} {foreach $list as $k => $item}
{$item.nickname}
{if $item.text}
{$item.text}
{/if}
{if $item.type != 0} {switch $item.type} {case 1}
{foreach $item.image_list as $image}
{/foreach}
{/case} {case 3}
{$item.title}
{$item.description}
{/case} {case 15}
您的浏览器不支持 HTML5 video 标签。
{/case} {case 28}
{/case} {case 34}
{/case} {case 42}
{$item.title}
{$item.author}
{/case} {/switch} {/if} {if $item.location}
{$item.location.poiName}
{/if}
{:ky_publish_time($item.create_time)}
{if !empty($item.appname)}{$item.appname}{/if}
{/foreach} {else /}
暂无数据
{/if}
{if $has_more}
加载中...
下一页
{/if}