{template 'public/header'} {template 'public/comhead'} {if $operation == 'display'}
筛选
{loop $list $item} {/loop}
昵称 用户名称 手机号码 下单数量 消费金额 状态

{$item['nickname']}
{if empty($item['username'])}-------{else}{$item['username']}{/if} {if empty($item['mobile'])}-------{else}{$item['mobile']}{/if} {if !empty($order_count[$item['from_user']]['count'])}{$order_count[$item['from_user']]['count']}{else}0{/if} {if !empty($pay_price[$item['from_user']]['totalprice'])}{php echo sprintf('%.2f', $pay_price[$item['from_user']]['totalprice']);} {else}0{/if} {if $item['status'] == 0} 禁止下单 {else} 正常 {/if}
{if $item['is_check'] == 0}未审核{else}已审核{/if}
详情 {if $_W['isfounder'] || $_W['role'] == 'manager'} {if $item['status'] == 1} 禁止 {else} 解除 {/if} {/if}
{$pager}
{elseif $operation == 'post'}
用户信息

{$item['from_user']}

{$order_count}

{$cancel_count}

{if empty($pay_price)}0{else}{$pay_price}{/if}

{if empty($item['headimgurl'])} {php echo tpl_form_field_image('headimgurl', '../addons/weisrc_dish/template/images/default-headimg.jpg')} {else} {php echo tpl_form_field_image('headimgurl', $item['headimgurl'])} {/if}
大图片建议尺寸:80像素 * 80像素
{php echo tpl_form_field_coordinate('baidumap', $item)}

{php echo date('Y-m-d H:i:s', $item['lasttime'])}

{php echo date('Y-m-d H:i:s', $item['dateline'])}

{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}