{template 'common/header'} {if $do != 'credit_record' && $do != 'credit_stat'} {else} {/if} {if $do=='display'}
筛选
{php echo tpl_form_field_daterange('createtime', array('starttime' => date('Y-m-d', $starttime), 'endtime' => date('Y-m-d', $endtime),));}
当前会员总数:{$stat['total']}。今日新增会员:{$stat['today']}。昨日新增会员:{$stat['yesterday']}
会员的总积分 = 账户积分 + 账户贡献. 会员所在的会员组是根据 "总积分的多少" 和 "会员组的变更规则" (<根据总积分多少自动升价> 或 <根据总积分多少只升不降>) 自动匹配.
{loop $list $li} {/loop}
删? 会员编号 昵称/真实姓名 手机 邮箱 余额/积分 注册时间 操作
{$li['uid']} {if $li['nickname']}{$li['nickname']}{else}未完善{/if}
{if $li['realname']}{$li['realname']}{else}未完善{/if}
{if $li['mobile']}{$li['mobile']}{else}未完善{/if} {if $li['email_effective'] == 1}{$li['email']}{else}未完善{/if} 余额:{$li['credit2']}
积分:{$li['credit1']}
{php echo date('Y-m-d H:i',$li['createtime'])}
积分 余额 消费
编辑 日志
{$pager}
{/if} {if $do=='post'}
{if !empty($profile)}
修改密码
{/if}
基本资料
{php echo tpl_fans_form('avatar', $profile['avatar']);}
{php echo tpl_fans_form('nickname',$profile['nickname']);}
{php echo tpl_fans_form('realname',$profile['realname']);}
{php echo tpl_fans_form('gender',$profile['gender']);}
{php echo tpl_fans_form('birth',array('year' => $profile['birthyear'],'month' => $profile['birthmonth'],'day' => $profile['birthday']));}
{php echo tpl_fans_form('reside',array('province' => $profile['resideprovince'],'city' => $profile['residecity'],'district' => $profile['residedist']));}
{php echo tpl_fans_form('address',$profile['address']);}
{php echo tpl_fans_form('mobile',$profile['mobile']);}
{php echo tpl_fans_form('qq',$profile['qq']);}
{php echo tpl_fans_form('email',$profile['email']);}
联系方式
{php echo tpl_fans_form('telephone',$profile['telephone']);}
{php echo tpl_fans_form('msn',$profile['msn']);}
{php echo tpl_fans_form('taobao',$profile['taobao']);}
{php echo tpl_fans_form('alipay',$profile['alipay']);}
收货地址
{loop $addresss $address}
{if !$address['isdefault']}设为默认{/if} 编辑 删除
{/loop}
教育情况
{php echo tpl_fans_form('studentid',$profile['studentid']);}
{php echo tpl_fans_form('grade',$profile['grade']);}
{php echo tpl_fans_form('graduateschool',$profile['graduateschool']);}
{php echo tpl_fans_form('education',$profile['education']);}
工作情况
{php echo tpl_fans_form('company',$profile['company']);}
{php echo tpl_fans_form('occupation',$profile['occupation']);}
{php echo tpl_fans_form('position',$profile['position']);}
{php echo tpl_fans_form('revenue',$profile['revenue']);}
个人情况
{php echo tpl_fans_form('constellation',$profile['constellation']);}
{php echo tpl_fans_form('zodiac',$profile['zodiac']);}
{php echo tpl_fans_form('nationality',$profile['nationality']);}
{php echo tpl_fans_form('height',$profile['height']);}
{php echo tpl_fans_form('weight',$profile['weight']);}
{php echo tpl_fans_form('bloodtype',$profile['bloodtype']);}
{php echo tpl_fans_form('idcard',$profile['idcard']);}
{php echo tpl_fans_form('zipcode',$profile['zipcode']);}
{php echo tpl_fans_form('site',$profile['site']);}
{php echo tpl_fans_form('affectivestatus',$profile['affectivestatus']);}
{php echo tpl_fans_form('lookingfor',$profile['lookingfor']);}
{php echo tpl_fans_form('bio',$profile['bio']);}
{php echo tpl_fans_form('interest',$profile['interest']);}
其他信息
{loop $custom_fields $field}
{/loop}
{/if} {if $do == 'add'}
添加会员
{/if} {if $do == 'credit_record'}
{if $type == 'credit2'} {/if} {loop $data $da} {if $type == 'credit2'} {/if} {/loop}
账户类型 操作员消费金额 实收金额数量 模块 操作时间 备注
{$credits[$type]} {if $da['username']}{$da['username']}{else}系统操作{/if}{php echo abs($da['num'])}元 {php echo abs($da['final_num'])}元{$da['num']} {if !empty($da['module']) && !empty($modules[$da['module']]['title'])} {$modules[$da['module']]['title']} {else} 未知 {/if} {php echo date('Y-m-d H:i:s', $da['createtime'])} {$da['remark']}
{$pager} {/if} {if $do == 'credit_stat'}
{/if} {template 'common/footer'}