推广平台>数据管理>充值玩家--更新

master
chenxiaojun 5 years ago
parent 462dd061b7
commit dd536f9556

@ -21,6 +21,9 @@
.trunk-search .select-time .txt { .trunk-search .select-time .txt {
width: 100px; width: 100px;
} }
.title-cursor-pointer {
cursor: pointer;
}
</style> </style>
</block> </block>
<block name="body"> <block name="body">
@ -95,13 +98,13 @@
<div class="trunk-list list_normal"> <div class="trunk-list list_normal">
<table class="table normal_table"> <table class="table normal_table">
<tr class="odd"> <tr class="odd">
<th>玩家账号</th> <th class="title-cursor-pointer" title="平台用户的账号">玩家账号</th>
<th>游戏名称</th> <th class="title-cursor-pointer" title="玩家所产生消费的游戏">游戏名称</th>
<th>平台</th> <th class="title-cursor-pointer" title="设备类型安卓或者ios">平台</th>
<th>游戏区服</th> <th class="title-cursor-pointer" title="游戏内区服">游戏区服</th>
<th>角色名</th> <th class="title-cursor-pointer" title="游戏角色">角色名</th>
<th>等级</th> <th class="title-cursor-pointer" title="游戏区服内等级">等级</th>
<th class="sort" sort-name="recharge_cost">充值总额 <th class="sort" sort-name="recharge_cost" class="title-cursor-pointer" title="该游戏区服 内的充值总额">充值总额
<if condition="'recharge_cost' == I('sort_name', '')"> <if condition="'recharge_cost' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -112,7 +115,7 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th class="sort" sort-name="recharge_count">充值次数 <th class="sort" sort-name="recharge_count" class="title-cursor-pointer" title="在游戏区服内的充值次数">充值次数
<if condition="'recharge_count' == I('sort_name', '')"> <if condition="'recharge_count' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -123,7 +126,7 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th class="sort" sort-name="recharge_cost_today">昨日充值 <th class="sort" sort-name="recharge_cost_today" class="title-cursor-pointer" title="玩家昨日游戏区服的充值总额">昨日充值
<if condition="'recharge_cost_today' == I('sort_name', '')"> <if condition="'recharge_cost_today' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -134,7 +137,7 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th class="sort" sort-name="unlogin_day">未登录天数 <th class="sort" sort-name="unlogin_day" class="title-cursor-pointer" title="玩家该角色未登录天数">未登录天数
<if condition="'unlogin_day' == I('sort_name', '')"> <if condition="'unlogin_day' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -145,7 +148,7 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th class="sort" sort-name="user_game_login_count" title="玩家在该游戏累计登陆的天数(不分区服)">游戏累计登录天数 <th class="sort" sort-name="user_game_login_count" class="title-cursor-pointer" title="游戏累计登陆天数:玩家在该游戏累计登陆的天数(不分区服)">游戏累计登录天数
<if condition="'user_game_login_count' == I('sort_name', '')"> <if condition="'user_game_login_count' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -156,7 +159,7 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th class="sort" sort-name="create_time" title="账号在该游戏的创角时间">注册时间 <th class="sort" sort-name="create_time" class="title-cursor-pointer" title="账号所注册的时间">注册时间
<if condition="'create_time' == I('sort_name', '')"> <if condition="'create_time' == I('sort_name', '')">
<if condition="1 == $sort"> <if condition="1 == $sort">
<i class="iconfont iconsort-down"></i> <i class="iconfont iconsort-down"></i>
@ -167,8 +170,8 @@
<i class="iconfont iconsort"></i> <i class="iconfont iconsort"></i>
</if> </if>
</th> </th>
<th>最后登录时间</th> <th class="title-cursor-pointer" title="玩家角色上次登录的时间">最后登录时间</th>
<th>推广员账号</th> <th class="title-cursor-pointer" title="对应推广员的账号">推广员账号</th>
</tr> </tr>
<empty name="records"> <empty name="records">
<tr><td colspan="12" style="text-align: center;height: 45vh;"><img src="__IMG__/20180207/icon_wushujv2.png"/><p style="line-height: 40px;color: #A5A5A5;">暂无数据</p></td></tr> <tr><td colspan="12" style="text-align: center;height: 45vh;"><img src="__IMG__/20180207/icon_wushujv2.png"/><p style="line-height: 40px;color: #A5A5A5;">暂无数据</p></td></tr>

Loading…
Cancel
Save