From 7aaa2b47b3122a9912284b83dd80ce9dcbfc5cf0 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Thu, 29 Aug 2024 10:57:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/guild-ar/js/adminSet.js | 2 +- view/molistar/modules/guild-ar/js/salary.js | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/view/molistar/modules/guild-ar/js/adminSet.js b/view/molistar/modules/guild-ar/js/adminSet.js index bc24dee9..96a07d65 100644 --- a/view/molistar/modules/guild-ar/js/adminSet.js +++ b/view/molistar/modules/guild-ar/js/adminSet.js @@ -44,7 +44,7 @@ $(function () { }; // 頂部返回事件 $('.back .backs').click(() => { - window.location.href = document.referrer; + window.history.back(); }) fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言 langReplace = window.lang.replace; diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js index 2de976ed..8498236f 100644 --- a/view/molistar/modules/guild-ar/js/salary.js +++ b/view/molistar/modules/guild-ar/js/salary.js @@ -350,6 +350,12 @@ $('.transfer_dollars').on('click', 'li', function () { if (custom_amount) { $('.confirm').hide(); $('.custom_pop').show(); + var type = $('.custom_pop .sure').attr('type'); + if (type == 3) { + $('.custom_pop .custom_pop_in h2').hide() + }else{ + $('.custom_pop .custom_pop_in h2').show() + } bodyScroolFun(true); } else { console.log(guildUsdNum);