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.
317 lines
11 KiB
HTML
317 lines
11 KiB
HTML
<extend name="Public/promote_base"/>
|
|
<block name="css">
|
|
<link href="__CSS__/20180207/platform.css" rel="stylesheet">
|
|
<style>
|
|
.trunk-list .table3 {width: 100%;}
|
|
.table3 tr td{border: 1px solid #E0E7EF;}
|
|
.pagenation{line-height: 6.5vh;}
|
|
.pagenation>div {text-align: right;}
|
|
.trunk-list .table3 tr {height: 4.2vh;}
|
|
|
|
.table_scroll {width:100%;table-layout:fixed;}
|
|
.table_scroll tr td {border:none;border-right:1px solid #E0E7EF;}
|
|
.table_scroll tr td:last-child{border-right:none;}
|
|
.table_scroll tr+tr td {border-top:1px solid #E0E7EF;}
|
|
.btn {cursor: pointer;}
|
|
</style>
|
|
</block>
|
|
|
|
<block name="body">
|
|
<div class="page-search normal_list promoteCoin-shift-search">
|
|
<div class="trunk-title">
|
|
<div class="location">
|
|
<div class="location-container">当前位置:<span>会长福利></span><span>平台币转移</span></div>
|
|
</div>
|
|
<img src="__IMG__/20180207/icon_normal_yve.png"><span class="title_main">平台币转移</span>
|
|
</div>
|
|
<div class="trunk-content article">
|
|
<div class="trunk-list" style="padding-top:33px;">
|
|
<form id="form" action="{:U('shift')}" method="post">
|
|
<table class="table2">
|
|
<tbody>
|
|
<tr>
|
|
<td class="l"><span class="req">*</span>账号类型:</td>
|
|
<td class="r">
|
|
<?php if ($parent_id == 0):?>
|
|
<label><input type="radio" name="shift_user_type" value="1" checked> 组长</label>
|
|
<?php endif;?>
|
|
<?php if ($parent_id == 0 || $grand_id == 0):?>
|
|
<label><input type="radio" name="shift_user_type" value="2" <?php if($parent_id > 0 && $grand_id == 0):?>checked<?php endif;?>> 推广员</label>
|
|
<?php endif;?>
|
|
<label><input type="radio" name="shift_user_type" value="3" <?php if($parent_id > 0 && $grand_id > 0):?>checked<?php endif;?>> 玩家</label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l"><span class="req">*</span>收款账号:</td>
|
|
<td class="r">
|
|
<button id="select-user" class="btn" type="button">选择</button>
|
|
<p id="select-user-show" style="display: inline-block; margin-left: 5px;"></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l">适用游戏:</td>
|
|
<td class="r">
|
|
<button id="select-game" class="btn" type="button">选择</button>
|
|
<p id="select-game-show" style="display: inline-block; margin-left: 5px;"></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="coin-type-item" class="l">使用平台币:</td>
|
|
<td class="r">
|
|
<label><input type="radio" name="coin_type" value="1" checked> 通用币(<span id="coin1-count">0</span>)</label>
|
|
<label><input type="radio" name="coin_type" value="2"> 绑定币(<span id="coin2-count">0</span>)</label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l"><span class="req">*</span>转账数量:</td>
|
|
<td class="r">
|
|
<input type="text" name="num" class="name txt" id="num" value="">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l"><span class="req">*</span>转账说明:</td>
|
|
<td class="r">
|
|
<textarea name="remark" id="" cols="30" rows="10" class="name txt" style="padding: 10px"></textarea>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l"><span class="req">*</span>安全密码:</td>
|
|
<td class="r">
|
|
<input type="password" name="password" class="name txt" id="num" value="">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l"></td>
|
|
<td class="r">
|
|
<button type="button" class="tjbnt btn" onclick="check()" >确认</button>
|
|
<button type="button" style="background: #E5E5E5; color: #8B8CA0;" class="tjbnt btn" onclick="window.history.back();" >返回</button>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="page-explain charge-agentPay-explain">
|
|
<div class="trunk-content article border_normal">
|
|
<table class="desccontent">
|
|
<tr><td class="title">平台币转移说明:</td><td class="det">一级渠道账户的平台币可以转移给二级/三级渠道;二级/三级渠道平台币来源于一级渠道转移、后台发放、渠道充值。</td></tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="select-game-box" class="layer-box" style="display: none;">
|
|
<table class="table normal_table">
|
|
<thead>
|
|
<tr>
|
|
<th>图标</th>
|
|
<th>名称</th>
|
|
<th>平台</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</block>
|
|
<block name="script">
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js" ></script>
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$("#promote_id").change();
|
|
$("#promote_child").change();
|
|
$(".select_gallery").select2();
|
|
resetCoinItem(0)
|
|
});
|
|
|
|
var shiftUserId = 0
|
|
var gameId = 0
|
|
var shiftUserType = $('[name=shift_user_type]:checked').val()
|
|
$('[name=shift_user_type]').on({
|
|
click: function() {
|
|
shiftUserType = $('[name=shift_user_type]:checked').val()
|
|
gameId = 0
|
|
shiftUserId = 0
|
|
$('#select-game-show').html('')
|
|
$('#select-user-show').html('')
|
|
}
|
|
})
|
|
|
|
$('#select-user').on({
|
|
click: function() {
|
|
var title = '选择组长'
|
|
var url = "{:U('PromoteCoin/subPromotes')}"
|
|
if (shiftUserType == 3) {
|
|
url = "{:U('PromoteCoin/promoteUsers')}"
|
|
title = '选择玩家'
|
|
} else if (shiftUserType == 2) {
|
|
title = '选择推广员'
|
|
url = "{:U('PromoteCoin/subPromotes', [type => 2])}"
|
|
}
|
|
|
|
layer.open({
|
|
title: title,
|
|
type: 2,
|
|
content: url,
|
|
area: ['800px', '550px'],
|
|
zIndex: 250,
|
|
})
|
|
}
|
|
})
|
|
|
|
function choiceUser(id, account, realName)
|
|
{
|
|
shiftUserId = id
|
|
$('#select-user-show').html(account + '(' + realName + ')')
|
|
layer.closeAll()
|
|
resetCoinItem(gameId)
|
|
}
|
|
|
|
function choiceGame(id, name, icon)
|
|
{
|
|
gameId = id
|
|
$('#select-game-show').html('<img style="height: 40px; width: 40px;" src="' + icon + '" />' + name)
|
|
layer.closeAll()
|
|
resetCoinItem(gameId)
|
|
}
|
|
|
|
function addParamsToUrl(url, params)
|
|
{
|
|
var pos = url.indexOf('.html')
|
|
url = url.substring(0, pos)
|
|
for (var i in params) {
|
|
url += '/' + i + '/' + params[i]
|
|
}
|
|
url += '.html'
|
|
return url
|
|
}
|
|
|
|
$('#select-game').on({
|
|
click: function() {
|
|
if (shiftUserId == 0) {
|
|
layer.msg('请选择收款账号')
|
|
return
|
|
}
|
|
var data = {}
|
|
var url = "{:U('PromoteCoin/promoteGames')}"
|
|
if (shiftUserType == 1 || shiftUserType == 2) {
|
|
data = {
|
|
promote_id: shiftUserId
|
|
}
|
|
} else if (shiftUserType == 3) {
|
|
data = {
|
|
user_id: shiftUserId
|
|
}
|
|
url = "{:U('PromoteCoin/userGames')}"
|
|
}
|
|
url = addParamsToUrl(url, data)
|
|
layer.open({
|
|
title: '选择游戏',
|
|
type: 2,
|
|
content: url,
|
|
area: ['800px', '550px'],
|
|
zIndex: 250,
|
|
})
|
|
}
|
|
})
|
|
|
|
function sub_from() {
|
|
var num = $('#num').val()
|
|
var password = $('[name=password]').val()
|
|
var remark = $('[name=remark]').val()
|
|
var coinType = $('[name=coin_type]:checked').val();
|
|
$.ajax({
|
|
type:"POST",
|
|
url:"{:U('shift')}",
|
|
data:{
|
|
shift_user_type: shiftUserType,
|
|
game_id: gameId,
|
|
promote_id: shiftUserId,
|
|
num: num,
|
|
remark: remark,
|
|
password: password,
|
|
coin_type: coinType,
|
|
},
|
|
success:function(res){
|
|
if(res.status==1){
|
|
layer.msg(res.msg);
|
|
setTimeout(function(){
|
|
window.location.href="{:U('record')}";
|
|
}, 1500);
|
|
} else {
|
|
layer.msg(res.msg);
|
|
}
|
|
}
|
|
})
|
|
}
|
|
|
|
$(".zhe td").empty();
|
|
function check() {
|
|
data = validation();
|
|
if (data.status != 1) {
|
|
layer.msg(data.msg, {icon: 2});
|
|
return false;
|
|
} else {
|
|
sub_from();
|
|
}
|
|
}
|
|
|
|
function resetCoinItem(gameId) {
|
|
var result = getCoinNum(gameId)
|
|
console.log(result)
|
|
$('#coin1-count').html(result.commonCoin)
|
|
$('#coin2-count').html(result.gameCoin)
|
|
}
|
|
|
|
function getCoinNum(gameId) {
|
|
var gameCoin = 0
|
|
var commonCoin = 0
|
|
$.ajax({
|
|
url: "{:U('PromoteCoin/getCoin')}",
|
|
data:{game_id: gameId},
|
|
type:'post',
|
|
async:false,
|
|
success:function(response){
|
|
commonCoin = response.data.commonCoin;
|
|
gameCoin = response.data.gameCoin;
|
|
},
|
|
errror:function(){
|
|
layer.msg("服务器故障!");
|
|
}
|
|
})
|
|
return {gameCoin: gameCoin, commonCoin: commonCoin}
|
|
}
|
|
|
|
function validation() {
|
|
var json_data = "";
|
|
var limits = {$data['balance_coin']|default=0};
|
|
if ($.trim($('#num').val()).length == 0) {
|
|
return json_data = {'status': 0, 'msg': '发送数量不能为空'}
|
|
}
|
|
if ($.trim($('#num').val()) > limits) {
|
|
return json_data = {'status': 0, 'msg': '平台币余额不足!'}
|
|
}
|
|
if (!intege($('#num').val())) {
|
|
return json_data = {'status': 0, 'msg': '发送数量必须是正整数'};
|
|
}
|
|
return json_data = {'status': 1, 'msg': '成功'};
|
|
}
|
|
|
|
function intege(data) {
|
|
var re = /^[1-9]+[0-9]*]*$/;
|
|
if (!re.test(data)) {
|
|
return false;
|
|
}
|
|
else {
|
|
return true;
|
|
}
|
|
}
|
|
</script>
|
|
</block> |