公会-薪资账户-代理页面- 优化页面逻辑,新增英语2区代理官方提现
This commit is contained in:
@@ -274,10 +274,10 @@ function typeTabFun(type) {
|
|||||||
<p>
|
<p>
|
||||||
<img src="./images/dollar.png" class="dollar" alt="">
|
<img src="./images/dollar.png" class="dollar" alt="">
|
||||||
<e>${langReplace(localLang.salary.text20)}</e>
|
<e>${langReplace(localLang.salary.text20)}</e>
|
||||||
<img class="wenhao" src="./images/wenhao.png" />
|
<img class="wenhao" src="./images/wenhao.png" style="display:${res.type == 5 ?'inline-block':'none'}" />
|
||||||
</p>
|
</p>
|
||||||
<div class="pop" style="display:none">
|
<div class="pop" style="display:none">
|
||||||
${ partitionId!=16 && res.type != 8 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
|
${ partitionId!=16 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
`
|
`
|
||||||
@@ -531,7 +531,7 @@ function operateValue(than) {
|
|||||||
} else if (type == 4) {
|
} else if (type == 4) {
|
||||||
$('.president_pop').show();
|
$('.president_pop').show();
|
||||||
bodyScroolFun(true);
|
bodyScroolFun(true);
|
||||||
} else if (type == 5) {
|
} else if (type == 5 || type == 8) {
|
||||||
if (accountListName) {
|
if (accountListName) {
|
||||||
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('guildusdnum', guildUsdNum);
|
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('guildusdnum', guildUsdNum);
|
||||||
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('type', type);
|
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('type', type);
|
||||||
@@ -615,7 +615,7 @@ function operate(obj) {
|
|||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
getTab();
|
getTab();
|
||||||
// window.location.href = `./salary_account.html?type=${obj.type}&createTime=${dateFormat(res.data.createTime,'yyyy/MM/dd hh:mm:ss')}&guildUsdNum=${res.data.guildUsdNum}`
|
// window.location.href = `./salary_account.html?type=${obj.type}&createTime=${dateFormat(res.data.createTime,'yyyy/MM/dd hh:mm:ss')}&guildUsdNum=${res.data.guildUsdNum}`
|
||||||
if (obj.type == 5) {
|
if (obj.type == 5 || obj.type == 8) {
|
||||||
$('.pubWithdrawal').hide();
|
$('.pubWithdrawal').hide();
|
||||||
$('.success').show();
|
$('.success').show();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user