You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
4.0 KiB
HTML
100 lines
4.0 KiB
HTML
<extend name="Public/promote_base"/>
|
|
<block name="css">
|
|
<link href="__CSS__/20180207/account.css" rel="stylesheet" >
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css?v=1.2" rel="stylesheet">
|
|
<style>
|
|
.form-group {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
}
|
|
.form-group label {
|
|
line-height: 34px;
|
|
height: 34px;
|
|
}
|
|
</style>
|
|
</block>
|
|
<block name="body">
|
|
<div class="page-list normal_list promote-mychlid-list">
|
|
<div style="position: absolute;margin-top: -25px;color: #6a7082;">
|
|
<span class="back-btn" style="cursor: pointer;"><i class="iconfont iconreply"></i> 返回</span>
|
|
</div>
|
|
<div class="trunk-title">
|
|
<div class="location">
|
|
<div class="location-container">当前位置:<span>数据管理></span><span>推广员指标></span><span>查看详情</span></div>
|
|
</div>
|
|
<img src="__IMG__/20180207/icon_normal_game.png">
|
|
<span class="title_main">查看详情</span>
|
|
</div>
|
|
<div class="trunk-content article">
|
|
<div class="trunk-search clearfix jssearch">
|
|
|
|
</div>
|
|
<div class="trunk-list list_normal">
|
|
<table class="table normal_table">
|
|
<tr class="odd">
|
|
<th>玩家帐号</th>
|
|
<th>推广账号</th>
|
|
<th>游戏名称</th>
|
|
<th>平台</th>
|
|
<th>游戏区服</th>
|
|
<th>角色名</th>
|
|
<th>等级</th>
|
|
<th>创建时间</th>
|
|
</tr>
|
|
<empty name="records">
|
|
<tr><td colspan="8" style="text-align: center;height: 45vh;"><img src="__IMG__/20180207/icon_wushujv2.png"/><p style="line-height: 40px;color: #A5A5A5;">暂无数据</p></td></tr>
|
|
<else />
|
|
<volist name="records" id="record" mod="2">
|
|
<tr data-id="{$vo.id}" class="<eq name='mod' value='1'>odd</eq>">
|
|
<td>{$record.user_account}</td>
|
|
<td>{$record.promote_account}</td>
|
|
<td>{$record.game_name}</td>
|
|
<td>{:getSDKTypeName($record['sdk_version'])}</td>
|
|
<td>{$record.server_name}</td>
|
|
<td>{$record.role_name}</td>
|
|
<td>{$record.role_level}</td>
|
|
<td>
|
|
<?php if($record['create_time'] == 0):?>
|
|
{$record.play_time|date='Y-m-d H:i:s',###}
|
|
<?php else:?>
|
|
{$record.create_time|date='Y-m-d H:i:s',###}
|
|
<?php endif;?>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
</empty>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="pagenation clearfix">
|
|
<?php if ($loginer['level'] !== 4) :?>
|
|
<a id="sch-btn" data-href="{:U('download/quotaDtl_data_export',array_merge(['xlsname'=>'ceshi'],I('get.')))}" class="ajax-get">导出</a>
|
|
<?php endif ;?>
|
|
{$pagination}
|
|
</div>
|
|
</div>
|
|
<div class="page-explain promote-mychlid-explain">
|
|
<div class="trunk-content article border_normal">
|
|
<!-- <table class="desccontent">
|
|
<tr><td class="title" style="width: 100px;display: inline-block;">二级渠道说明:</td><td class="det">推广员默认为一级渠道,一级渠道可通过推广员后台新增二级渠道;二级渠道由一级渠道管理开启权限,并由一级渠道给二级渠道结算,结算可到财务管理操作。</td></tr>
|
|
</table>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</block>
|
|
<block name="script">
|
|
<link rel="stylesheet" href="__STATIC__/flatpickr/flatpickr.min.css">
|
|
<script src="__STATIC__/flatpickr/flatpickr.min.js"></script>
|
|
<script src="__STATIC__/flatpickr/l10n/zh.js"></script>
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/common.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
setValue('row', '{:I("get.row",10)}');
|
|
|
|
$('.back-btn').on('click', function () {
|
|
window.history.go(-1);
|
|
});
|
|
})
|
|
</script>
|
|
</block> |