From 90a8060cd6f53bebc5274b1fb5b997a133fbb174 Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Fri, 25 Apr 2025 18:05:06 +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=E9=A1=B5=E9=9D=A2-=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=8B=B1=E8=AF=AD2=E5=8C=BA=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E6=8F=90=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)} - +

` @@ -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 {