正在加载中......
| 用户基本信息 | |
|---|---|
| 账号{{info.userId}} | 昵称{{info.roleName}} |
| 渠道{{info.channelName}}({{info.channelId}}) | 等级{{info.userLevel}} |
| 最近版本号{{info.version}} | IP归属{{info.city}} |
| 注册时间{{info.registrationDate?formatTimestamp(info.registrationDate*1000):"---- -- -- -- -- --"}} | |
| 最近登录时间{{info.lastLoginTime?formatTimestamp(info.lastLoginTime):"---- -- -- -- -- --"}} | |
| 俱乐部信息 | |
| 主{{info.clubName}}({{info.clubId}}) | |
| 其他{{club.clubId}}{{club.clubName}}、 | |
| 个人数据 | |
| 当前金币{{info.goldNum}} | 总计盈利{{info.winMoney}} |
| 当前钻石{{info.diamondNum}} | 当前胜场{{info.playWinRound}}/{{info.playRound}} |
| 当前胜率{{ info.playRound ? (info.playWinRound*100/info.playRound).toFixed(2) : 0 }}% | 总计清台{{info.oneHitWinTimes}}/{{ info.oneHitWinTimes ? parseInt(info.oneHitWinTimes*100/info.allPlayRound) : 0 }}% |
| 当前连胜{{info.gameStat.winCnt}} | 球神段位{{info.growthLevelStr}} |
| 充值数据 | |
| 今日充值次数{{info.payStat.payCount}} | 今日充值量{{info.payStat.payAmount}} |
| 累计充值次数{{info.totalPayCount}} | 累计充值量{{info.totalPayAmount}} |
| 价值代币 | ||||
|---|---|---|---|---|
| {{item.name}}({{item.itemId}}):{{info.tokens[item.itemId] || 0}} | ||||
| 俱乐部代币 | ||||
| {{item.name}}({{item.itemId}}):{{info.tokens[item.itemId] || 0}} | ||||
| 其他代币 | ||||
| {{item.name}}({{item.itemId}}):{{info.tokens[item.itemId] || 0}} | ||||
| 非物品 | ||||
| {{item.name}}({{item.itemId}}):{{info.tokens[item.itemId] || 0}} | ||||
显示所有:
{{goodShowAll ? '是' : '否'}}
| {{type.typeName}}({{type.typeId}}) | ||||
|---|---|---|---|---|
| {{good.name}}({{good.itemId}}):{{info.tokens[good.itemId] || 0}} | ||||
显示所有:
当前第{{ currentPage }}页,共{{parseInt(recordList.length/itemsPerPage + (recordList.length % itemsPerPage === 0 ? 0 : 1))}}页,总数{{recordList.length}}条
{{roomShowAll ? '是' : '否'}}
当前第{{ currentPage }}页,共{{parseInt(recordList.length/itemsPerPage + (recordList.length % itemsPerPage === 0 ? 0 : 1))}}页,总数{{recordList.length}}条
| {{table.typeName}}({{table.typeId}}) | ||||
|---|---|---|---|---|
| {{table.typeName}}{{room.rName ? "_"+room.rName : "" }}({{room.rid}}): | 等级分: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].playScore || 0) : 0}} | 总次数: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].total || 0) : 0}} | 赢的次数: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].winNum || 0) : 0}} | 胜率: {{info.recordStat[parseInt(room.rid)] ? ((info.recordStat[parseInt(room.rid)].winNum || 0)*100/(info.recordStat[parseInt(room.rid)].total || 0)).toFixed(2) : 0}}% |
| ------ | ------ | 总次数: {{allTotal(table.ridList)}} | 赢的次数: {{allWinNum(table.ridList)}} | 胜率: {{allTotal(table.ridList) ? (allWinNum(table.ridList)*100 / allTotal(table.ridList)).toFixed(2) : 0}}% |
| 全部 | ||||
|---|---|---|---|---|
| {{table.typeName}}{{room.rName ? "_"+room.rName : "" }}({{room.rid}}): | 等级分: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].playScore || 0) : 0}} | 总次数: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].total || 0) : 0}} | 赢的次数: {{info.recordStat[parseInt(room.rid)] ? (info.recordStat[parseInt(room.rid)].winNum || 0) : 0}} | 胜率: {{info.recordStat[parseInt(room.rid)] ? ((info.recordStat[parseInt(room.rid)].winNum || 0)*100/(info.recordStat[parseInt(room.rid)].total || 0)).toFixed(2) : 0}}% |
| ------ | ------ | 总次数: {{allTotal('')}} | 赢的次数: {{allWinNum('')}} | 胜率: {{allTotal('') ? (allWinNum('')*100 / allTotal('')).toFixed(2) : 0}}% |
| 时间 | 场次 | 结果 | 自己等级分 | 自己球杆 | 对手 | 对手等级分 | 对手球杆 | 开局先手情况 | 是否主动退出 | 是否挑战模式 | |
| {{record.createStr}} | {{ridName(record.rid)}} | 胜 | 负 | {{record.playScore || 0}} | {{cueName(record.curCue || 0)}} | {{record.target}} | {{record.targetScore}} | {{cueName(record.targetCue)}} | {{record.isOpenBalls.map((value, index) => `${index + 1}:${value}`).join(',')}} | {{record.isQuit}} | {{record.isChall}} |
当前第{{ orderPage }}页,共{{parseInt(orderList.length/orderPerPage + (orderList.length % orderPerPage === 0 ? 0 : 1))}}页,总数{{orderList.length}}条
| 订单编号 | 商品名 | 充值金额¥ | 支付方式 | 支付时间 |
|---|---|---|---|---|
| {{order.orderNum}} | {{order.goodName}}({{order.goodId}}) | {{order.payAmount}} | {{order.payTypeName}}({{order.payType}}) | {{order.createAt?formatTimestamp(order.createAt):"---- -- -- -- -- --"}} |