|
|
@ -194,7 +194,7 @@
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
|
|
|
|
|
|
|
|
<h3 class="page_title">苹果内购通知配置</h3>
|
|
|
|
<h3 class="page_title">苹果内购通知配置</h3>
|
|
|
|
<p class="description_text">说明:苹果内购白名单,名单中的用户支付成功可通知游戏</p>
|
|
|
|
<p class="description_text">说明:苹果内购白名单,名单中的用户支付成功可通知游戏 重点:默认全部账户使用苹果内购通知不到账</p>
|
|
|
|
<!-- <div class="demo">-->
|
|
|
|
<!-- <div class="demo">-->
|
|
|
|
<!-- <div class="wrap" ><span style="float: right;margin-top: 7px;margin-right: 120px">开</span>-->
|
|
|
|
<!-- <div class="wrap" ><span style="float: right;margin-top: 7px;margin-right: 120px">开</span>-->
|
|
|
|
<!-- <input type="checkbox" id="checkbox_c2" class="chk_3" <if condition="$apple_interior_buy eq 1">checked</if> /><label for="checkbox_c2" style="float: right;margin-right: 5px" onclick="setAppleInteriorBuyStatus({$set_apple_interior_buy})"></label>-->
|
|
|
|
<!-- <input type="checkbox" id="checkbox_c2" class="chk_3" <if condition="$apple_interior_buy eq 1">checked</if> /><label for="checkbox_c2" style="float: right;margin-right: 5px" onclick="setAppleInteriorBuyStatus({$set_apple_interior_buy})"></label>-->
|
|
|
@ -226,11 +226,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="forbit"
|
|
|
|
<a class="sch-btn" href="javascript:;" id="forbit"
|
|
|
|
style="width: 150px;background: #fff;color: #000;border:1px solid #000;">批量限制</a>
|
|
|
|
style="width: 150px;background: #fff;color: #000;border:1px solid #000;">批量通知不到账</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="noforbit"
|
|
|
|
<a class="sch-btn" href="javascript:;" id="noforbit"
|
|
|
|
style="width: 150px;background: #fff;color: #000;border:1px solid #000;">批量不限制</a>
|
|
|
|
style="width: 150px;background: #fff;color: #000;border:1px solid #000;">批量通知到账</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="input-list">
|
|
|
|
<div class="input-list">
|
|
|
|
<a class="sch-btn" href="javascript:;" id="delete"
|
|
|
|
<a class="sch-btn" href="javascript:;" id="delete"
|
|
|
@ -290,15 +290,15 @@
|
|
|
|
<td ><input class="ids" type="checkbox" value="{$data.id}" name="ids[]"></td>
|
|
|
|
<td ><input class="ids" type="checkbox" value="{$data.id}" name="ids[]"></td>
|
|
|
|
<td >{$data.user_account}</td>
|
|
|
|
<td >{$data.user_account}</td>
|
|
|
|
<!-- <td>{$data.area}</td>-->
|
|
|
|
<!-- <td>{$data.area}</td>-->
|
|
|
|
<td ><if condition="$data.status eq 1">不限制<else/>限制</if></td>
|
|
|
|
<td ><if condition="$data.status eq 1">通知到账<else/>通知不到账</if></td>
|
|
|
|
<td >{$data.admin_account}</td>
|
|
|
|
<td >{$data.admin_account}</td>
|
|
|
|
<td >{$data.create_time}</td>
|
|
|
|
<td >{$data.create_time}</td>
|
|
|
|
<td >
|
|
|
|
<td >
|
|
|
|
<a href="javascript:;" onclick="del({$data.id})">删除 </a>
|
|
|
|
<a href="javascript:;" onclick="del({$data.id})">删除 </a>
|
|
|
|
<if condition="$data.status eq 1">
|
|
|
|
<if condition="$data.status eq 1">
|
|
|
|
<a class="ajax-get" href="javascript:;" onclick="limit({$data.id},0)">限制 </a>
|
|
|
|
<a class="ajax-get" href="javascript:;" onclick="limit({$data.id},0)">通知不到账 </a>
|
|
|
|
<else />
|
|
|
|
<else />
|
|
|
|
<a href="javascript:;" id="lock" onclick="limit({$data.id},1)">不限制</a>
|
|
|
|
<a href="javascript:;" id="lock" onclick="limit({$data.id},1)">通知到账</a>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -361,9 +361,9 @@
|
|
|
|
dataType: 'json',
|
|
|
|
dataType: 'json',
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
if (data.code == 0) {
|
|
|
|
if (data.code == 0) {
|
|
|
|
layer.msg("<em style='color:white'>" + '批量限制失败' + "</em>");
|
|
|
|
layer.msg("<em style='color:white'>" + '批量操作失败' + "</em>");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
layer.msg("<em style='color:white'>" + '批量限制成功' + "</em>")
|
|
|
|
layer.msg("<em style='color:white'>" + '批量操作成功' + "</em>")
|
|
|
|
setTimeout(function(){
|
|
|
|
setTimeout(function(){
|
|
|
|
window.location.reload();
|
|
|
|
window.location.reload();
|
|
|
|
},1500);
|
|
|
|
},1500);
|
|
|
@ -416,9 +416,9 @@
|
|
|
|
dataType: 'json',
|
|
|
|
dataType: 'json',
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
if (data.code == 0) {
|
|
|
|
if (data.code == 0) {
|
|
|
|
layer.msg("<em style='color:white'>" + '批量不限制失败' + "</em>");
|
|
|
|
layer.msg("<em style='color:white'>" + '批量操作失败' + "</em>");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
layer.msg("<em style='color:white'>" + '批量不限制成功' + "</em>")
|
|
|
|
layer.msg("<em style='color:white'>" + '批量操作成功' + "</em>")
|
|
|
|
setTimeout(function(){
|
|
|
|
setTimeout(function(){
|
|
|
|
window.location.reload();
|
|
|
|
window.location.reload();
|
|
|
|
},1500);
|
|
|
|
},1500);
|
|
|
|