审查视图

application/admin/lang/zh-cn/user.php 863 字节
王智 authored
1 2 3
<?php

return [
王智 authored
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
    'Id' => 'ID',
    'Unionid' => 'UnionID用户唯一标识',
    'Token' => 'Token',
    'Nickname' => '微信名',
    'Avatar' => '头像',
    'Is_new' => '新用户优惠',
    'Is_new 0' => '已使用',
    'Is_new 1' => '未使用',
    'Level' => '等级',
    'Level 1' => '普通会员',
    'Level 2' => '中级会员',
    'Level 3' => 'VIP',
    'Level 4' => 'SVIP',
    'Level 5' => '芳香生活家',
    'Level 6' => '城市合伙人',
    'Level 7' => '区域合伙人',
    'Level 8' => '联合创始人',
王智 authored
21 22 23
    'Invite_num' => '邀请人数',
    'Createtime' => '注册时间',
    'Updatetime' => '登陆时间',
王智 authored
24 25 26 27 28 29 30 31 32
    'Num' => '积分',
    'Money' => '可提现余额',
    'Mobile' => '用户手机号',
    'Openid' => 'openid',
    'Sex' => '性别',
    'Sex 1' => '男',
    'Sex 2' => '女',
    'Sex 0' => '未知'
王智 authored
33
];