diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js
index 543288ec..1e853cce 100644
--- a/view/molistar/modules/guild-ar/js/salary.js
+++ b/view/molistar/modules/guild-ar/js/salary.js
@@ -274,10 +274,10 @@ function typeTabFun(type) {
${langReplace(localLang.salary.text20)}
-
+
- ${ partitionId!=16 && res.type != 8 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
+ ${ partitionId!=16 ?langReplace(localLang.salary.text21) : langReplace(localLang.newENsalary.text21)}
`
@@ -531,7 +531,7 @@ function operateValue(than) {
} else if (type == 4) {
$('.president_pop').show();
bodyScroolFun(true);
- } else if (type == 5) {
+ } else if (type == 5 || type == 8) {
if (accountListName) {
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('guildusdnum', guildUsdNum);
$('.pubWithdrawal .pubWithdrawal_in .ok').attr('type', type);
@@ -615,7 +615,7 @@ function operate(obj) {
if (res.code === 200) {
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}`
- if (obj.type == 5) {
+ if (obj.type == 5 || obj.type == 8) {
$('.pubWithdrawal').hide();
$('.success').show();
} else {