{template 'common/header'}
{if $op == 'common'}
基本设置
{if $havefont == 0} 同步字体文件

{else} 已同步字体文件

{/if}
{php echo tpl_form_field_image('sysavatar',$setting['sysavatar']);} 北通建议宽*高(200*200)

浮动图标设置
{php echo tpl_form_field_image('fixedico',$setting['fixedico']);} 建议宽*高(160*160)

客服设置
{php echo tpl_form_field_image('kefuqr',$setting['kefuqr']);} 建议宽*高(200*200)

提示语设置

{elseif $op == 'function'}
功能设置
{php echo tpl_form_field_image('kanjia_icon',$function_data['kanjia_icon']);} 建议宽*高(200*200)
{php echo tpl_form_field_image('panicbuy_icon',$function_data['panicbuy_icon']);} 建议宽*高(200*200)
{php echo tpl_form_field_image('groupbuy_icon',$function_data['groupbuy_icon']);} 建议宽*高(200*200)
{php echo tpl_form_field_image('joinqun_icon',$joinqun_data['joinqun_icon']);} 建议宽*高(200*200)
{php echo tpl_form_field_image('joinqun_tips_img',$joinqun_data['joinqun_tips_img']);} 建议宽*高(200*200)
{elseif $op == 'swiper'}
轮播图设置
重置
{if $swiper} {loop $swiper $s}
移除轮播图
{php echo tpl_form_field_image('swiper_image[]',$s['swiper_image']);} 建议宽*高(1125*400)
{/loop} {else}
移除轮播图
{php echo tpl_form_field_image('swiper_image[]');} 建议宽*高(1125*400)
{/if} 添加轮播图

{elseif $op == 'templatemsg'}
模板消息设置
生成
生成
生成
生成

{elseif $op == 'withdraw'}
全局提现设置
{php echo($has_cert ? '已上传' : '') }
{php echo($has_key ? '已上传' : '') }
商户提现设置
{php echo tpl_form_field_date('withdraw_date',$setting['withdraw_date'],true)}
用户提现设置

{/if} {template 'common/footer'}