修复bug

This commit is contained in:
dragon
2024-08-29 10:57:17 +08:00
parent e107cea8c9
commit 7aaa2b47b3
2 changed files with 7 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ $(function () {
};
// 頂部返回事件
$('.back .backs').click(() => {
window.location.href = document.referrer;
window.history.back();
})
fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言
langReplace = window.lang.replace;

View File

@@ -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);