{php}include BASE_PATH."/modules/assets/templates/top.tpl";{/php}
序 | 用户id | 微信id | 微信昵称 | 性别 | 发布时间 |
---|---|---|---|---|---|
{$smarty.foreach.f1.iteration} | {$item->user_id} | {$item->wx_id} | {$item->wx_name} | {if $item->sex==0}未知{/if} {if $item->sex==1}男{/if} {if $item->sex==2}女{/if} | {$item->share_add} |