|
@@ -226,6 +226,54 @@ $this->title = '入金';
|
|
|
<div class="col-sm-1"></div>
|
|
<div class="col-sm-1"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div id="duisi_bank_code" style="display: none">
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-sm-1"></div>
|
|
|
|
|
+ <div class="col-sm-4">
|
|
|
|
|
+ <div class="input-group">
|
|
|
|
|
+ <span class="input-group-btn">
|
|
|
|
|
+ <button type="button" class="btn btn-primary"><i class="fa fa-dollar"></i>支付方式</button>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <select id="duisiBankCode" name="duisiBankCode" class="form-control">
|
|
|
|
|
+ <option value="USDT_PAY">USDT支付</option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-4" style="text-align:center;">
|
|
|
|
|
+ <!-- <span style="line-height: 2.5;color:red">此通道单笔转账金额必须大于7500美元</span> -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-1"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div id="duigong_bank_code" style="display: none">
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-sm-1"></div>
|
|
|
|
|
+ <div class="col-sm-4">
|
|
|
|
|
+ <div class="input-group">
|
|
|
|
|
+ <span class="input-group-btn">
|
|
|
|
|
+ <button type="button" class="btn btn-primary"><i class="fa fa-dollar"></i>支付方式</button>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <select id="duigongBankCode" name="duigongBankCode" class="form-control">
|
|
|
|
|
+ <option value="USDT_PAY">人民币支付</option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-4" style="text-align:center;">
|
|
|
|
|
+ <!-- <span style="line-height: 2.5;color:red">此通道单笔转账金额必须大于7500美元</span> -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-sm-1"></div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="otczhifu_bank_code" style="display: none">
|
|
<div id="otczhifu_bank_code" style="display: none">
|
|
@@ -325,11 +373,11 @@ $this->title = '入金';
|
|
|
$('.guojiyinlian').css('display','none');
|
|
$('.guojiyinlian').css('display','none');
|
|
|
$('.well').text('入金,1个工作日到账。');
|
|
$('.well').text('入金,1个工作日到账。');
|
|
|
}
|
|
}
|
|
|
- if(payMethod == 'otczhifu'){
|
|
|
|
|
|
|
+ if(payMethod == 'otczhifu' || payMethod == 'duisi'){
|
|
|
var money = usd;
|
|
var money = usd;
|
|
|
}
|
|
}
|
|
|
$('#cny').val(money);
|
|
$('#cny').val(money);
|
|
|
- $('#amount').html('¥' + money)
|
|
|
|
|
|
|
+ $('#amount').html('¥' + money);
|
|
|
}
|
|
}
|
|
|
var changeBank = function () {
|
|
var changeBank = function () {
|
|
|
var payMethod = $("#payMethod").val();
|
|
var payMethod = $("#payMethod").val();
|
|
@@ -370,7 +418,7 @@ $this->title = '入金';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
- //otc支付
|
|
|
|
|
|
|
+ //otc支付
|
|
|
if (payMethod == 'otczhifu') {
|
|
if (payMethod == 'otczhifu') {
|
|
|
$("#otczhifu_bank_code").attr("style", "display:block");
|
|
$("#otczhifu_bank_code").attr("style", "display:block");
|
|
|
$('#RMBcode').text('USDT');
|
|
$('#RMBcode').text('USDT');
|
|
@@ -382,6 +430,30 @@ $this->title = '入金';
|
|
|
$('.well').text('友情提示:银联入金,1个工作日到账。');
|
|
$('.well').text('友情提示:银联入金,1个工作日到账。');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ //对私支付
|
|
|
|
|
+ if (payMethod == 'duisi') {
|
|
|
|
|
+ $("#duisi_bank_code").attr("style", "display:block");
|
|
|
|
|
+ $('#RMBcode').text('USDT');
|
|
|
|
|
+ $('.guojiyinlian').css('display','none');
|
|
|
|
|
+ $('.well').text('友情提示: 1个工作日到账。');
|
|
|
|
|
+ } else {
|
|
|
|
|
+ $("#duisi_bank_code").attr("style", "display:none");
|
|
|
|
|
+ $('#RMBcode').text('人民币');
|
|
|
|
|
+ $('.well').text('友情提示:银联入金,1个工作日到账。');
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ //对公支付
|
|
|
|
|
+ if (payMethod == 'duigong') {
|
|
|
|
|
+ $("#duigong_bank_code").attr("style", "display:block");
|
|
|
|
|
+ $('#RMBcode').text('人民币');
|
|
|
|
|
+ $('.guojiyinlian').css('display','none');
|
|
|
|
|
+ $('.well').text('友情提示:银联入金,1个工作日到账。');
|
|
|
|
|
+ } else {
|
|
|
|
|
+ $("#duigong_bank_code").attr("style", "display:none");
|
|
|
|
|
+ $('.well').text('友情提示:银联入金,1个工作日到账。');
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
changeBank()
|
|
changeBank()
|
|
|
$("#payMethod").on("change", changeBank);
|
|
$("#payMethod").on("change", changeBank);
|