修复bug
This commit is contained in:
@@ -44,7 +44,7 @@ $(function () {
|
||||
};
|
||||
// 頂部返回事件
|
||||
$('.back .backs').click(() => {
|
||||
window.location.href = document.referrer;
|
||||
window.history.back();
|
||||
})
|
||||
fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言
|
||||
langReplace = window.lang.replace;
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user