|
|
|
@ -20,9 +20,9 @@
|
|
|
|
|
<h3 class="page_title">补链记录</h3>
|
|
|
|
|
<p class="description_text">说明:此处功能查看玩家推广补链记录。</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
|
|
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('Mend/recordList','model='.$model['name'] . '&row='.I('row'),false)}">搜索</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -87,10 +87,29 @@
|
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
|
|
|
<td>{$data['user_account']}</td>
|
|
|
|
|
<td>{$data['promote_account']}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$show_data_power eq true ">
|
|
|
|
|
{$data['user_account']}
|
|
|
|
|
<else />
|
|
|
|
|
{$data['user_account']|encryptStr}
|
|
|
|
|
</if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$show_data_power eq true ">
|
|
|
|
|
{$data['promote_account']}
|
|
|
|
|
<else />
|
|
|
|
|
{$data['promote_account']|encryptStr}
|
|
|
|
|
</if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>{$data['pay_amount']}</td>
|
|
|
|
|
<td>{$data['promote_account_to']}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$show_data_power eq true ">
|
|
|
|
|
{$data['promote_account_to']}
|
|
|
|
|
<else />
|
|
|
|
|
{$data['promote_account_to']|encryptStr}
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
<td class="js-pop" style="max-width: 400px;padding: 0 20px;">
|
|
|
|
|
<a href="javascript:" title="点击查看" class="remarkView" info="{$data['remark']}">{$data['remark']}</a>
|
|
|
|
|
</td>
|
|
|
|
@ -109,10 +128,10 @@
|
|
|
|
|
<div id="pagebox">
|
|
|
|
|
{$_page|default=''}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="common_settings">
|
|
|
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
|
|
|
<form class="addShortcutIcon">
|
|
|
|
@ -121,7 +140,7 @@
|
|
|
|
|
</form>
|
|
|
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|
<block name="script">
|
|
|
|
@ -129,7 +148,13 @@
|
|
|
|
|
{@each list_data as item,index}
|
|
|
|
|
<tr>
|
|
|
|
|
<td><input class="ids" type="checkbox" value="${item['id']}" name="ids[]"></td>
|
|
|
|
|
<td>${item['user_account']}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$show_data_power eq true ">
|
|
|
|
|
{$data['user_account']}
|
|
|
|
|
<else />
|
|
|
|
|
{$data['user_account']|encryptStr}
|
|
|
|
|
</if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>${item['promote_account']}</td>
|
|
|
|
|
<td>${item['pay_amount']}</td>
|
|
|
|
|
<td>${item['promote_account_to']}</td>
|
|
|
|
@ -217,7 +242,7 @@ $(function(){
|
|
|
|
|
var navlist = $(this).find('.i_list_li');
|
|
|
|
|
if (navlist.hasClass('hidden')) {
|
|
|
|
|
navlist.removeClass('hidden');
|
|
|
|
|
$('#i_list_id').focus().val('');
|
|
|
|
|
$('#i_list_id').focus().val('');
|
|
|
|
|
} else {
|
|
|
|
|
navlist.addClass('hidden');
|
|
|
|
|
}
|
|
|
|
@ -231,7 +256,7 @@ $(function(){
|
|
|
|
|
var val = $.trim($(this).val()).toLowerCase();
|
|
|
|
|
$('#i_list_idh').val(val);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#i_list_li").find("a").each(function(){
|
|
|
|
|
$(this).click(function(){
|
|
|
|
|
var text = $.trim($(this).text()).toLowerCase();
|
|
|
|
|