diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js
index 60f2ba4..543288e 100644
--- a/view/molistar/modules/guild-ar/js/salary.js
+++ b/view/molistar/modules/guild-ar/js/salary.js
@@ -267,7 +267,7 @@ function typeTabFun(type) {
( 1ÜS = ${res.ratio}
)
`
- } else if (res.type == 5) {
+ } else if (res.type == 5 || res.type == 8) {
$('.withdrawalAccount').show();
str += `
@@ -277,7 +277,7 @@ function typeTabFun(type) {
- ${ partitionId!=16 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
+ ${ partitionId!=16 && res.type != 8 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
`
@@ -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) {