公会-薪资账户-代理-成员提现
This commit is contained in:
@@ -267,7 +267,7 @@ function typeTabFun(type) {
|
|||||||
<span>( 1ÜS = <e>${res.ratio}</e> <img src="./images/coin.png" class="coin" />)</span>
|
<span>( 1ÜS = <e>${res.ratio}</e> <img src="./images/coin.png" class="coin" />)</span>
|
||||||
</li>
|
</li>
|
||||||
`
|
`
|
||||||
} else if (res.type == 5) {
|
} else if (res.type == 5 || res.type == 8) {
|
||||||
$('.withdrawalAccount').show();
|
$('.withdrawalAccount').show();
|
||||||
str += `
|
str += `
|
||||||
<li class="official_withdraw ${i == 0 ? 'li_act' : ''}" type="${res.type}" ratio="${res.ratio}">
|
<li class="official_withdraw ${i == 0 ? 'li_act' : ''}" type="${res.type}" ratio="${res.ratio}">
|
||||||
@@ -277,7 +277,7 @@ function typeTabFun(type) {
|
|||||||
<img class="wenhao" src="./images/wenhao.png" />
|
<img class="wenhao" src="./images/wenhao.png" />
|
||||||
</p>
|
</p>
|
||||||
<div class="pop" style="display:none">
|
<div class="pop" style="display:none">
|
||||||
${ partitionId!=16 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
|
${ partitionId!=16 && res.type != 8 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
`
|
`
|
||||||
@@ -332,7 +332,7 @@ function dollarsFun(type) {
|
|||||||
$('.president_pop .btn_wrap .sure').attr('guildusdnum', res.guildUsdNum);
|
$('.president_pop .btn_wrap .sure').attr('guildusdnum', res.guildUsdNum);
|
||||||
$('.agent_pop .btn_wrap .sure').attr('guildusdnum', res.guildUsdNum);
|
$('.agent_pop .btn_wrap .sure').attr('guildusdnum', res.guildUsdNum);
|
||||||
}
|
}
|
||||||
if (res.type == 5) {
|
if (res.type == 5 || res.type == 8) {
|
||||||
$('.withdrawalAccount').show();
|
$('.withdrawalAccount').show();
|
||||||
}
|
}
|
||||||
if (res.type == 2) {
|
if (res.type == 2) {
|
||||||
|
Reference in New Issue
Block a user