公会-薪资账户-代理-成员提现

This commit is contained in:
khalil
2025-04-25 14:40:07 +08:00
committed by chenruiye
parent 8e6a97dcce
commit 14a7b1b39c

View File

@@ -267,7 +267,7 @@ function typeTabFun(type) {
<span>( 1ÜS = <e>${res.ratio}</e> <img src="./images/coin.png" class="coin" />)</span>
</li>
`
} else if (res.type == 5) {
} else if (res.type == 5 || res.type == 8) {
$('.withdrawalAccount').show();
str += `
<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" />
</p>
<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>
</li>
`
@@ -332,7 +332,7 @@ function dollarsFun(type) {
$('.president_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();
}
if (res.type == 2) {