From 14a7b1b39c9132f033640de4987e1fbb0ba210ad Mon Sep 17 00:00:00 2001
From: khalil
Date: Fri, 25 Apr 2025 14:40:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A-=E8=96=AA=E8=B5=84=E8=B4=A6?=
=?UTF-8?q?=E6=88=B7-=E4=BB=A3=E7=90=86-=E6=88=90=E5=91=98=E6=8F=90?=
=?UTF-8?q?=E7=8E=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
view/molistar/modules/guild-ar/js/salary.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js
index 60f2ba49..543288ec 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) {