{template 'common/header'} {if $do != 'credit_record' && $do != 'credit_stat'}
会员管理
{else} {/if} {if $do=='display'}

当前会员总数:{$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'} {loop $credits $key $li} {/loop}
{elseif $do == 'credit_setting'}
支付参数
credit1 {{ creditSetting.credit1.title }}
credit2 {{ creditSetting.credit2.title }}
credit3 {{ creditSetting.credit3.title }}
credit4 {{ creditSetting.credit4.title }}
credit5 {{ creditSetting.credit5.title }}
积分策略
基本和营销 {{ creditSetting[tactics.activity].title }}
交易和支付(余额) {{ creditSetting[tactics.currency].title }}
{elseif $do == 'register_setting'}
当设置为"系统自动注册",用户从微信进入系统时,当模块使用"checkauth"验证用户身份时,可以在非登录状态下直接使用模块功能。
该项设置用户注册时用户名的格式,如果设置为:"邮箱注册",系统会判断用户的注册名是否是邮箱格式
设置强制验证手机号/邮箱,用户在注册的时候,系统会给用户的手机或邮箱发送验证码,以验证手机或邮箱的有效性
使用邮箱或者手机号+密码来登录系统 随机密码方式: 采用发送验证码的方式, 用户不需要记录密码. 在微信以外的渠道登录系统时, 需要输入手机或邮箱+验证码来进入系统 固定密码方式: 采用设置密码的方式, 用户在首次使用时设置固定的访问密码. 在微信以外的渠道登录系统时, 需要输入手机或邮箱+密码来进入系统 混合密码方式: 混合使用两种验证方式, 用户可以自己选择是否设置访问密码. 如果设置了访问密码, 那么登录是可以使用手机或邮箱+随机密码或固定密码来进入系统 注意: 使用随机密码或者混合密码时, 必须先 设置邮件短信 选项
{/if} {template 'common/footer'}