修复切换地区代充不刷新问题

This commit is contained in:
Dragon
2023-08-22 16:57:26 +08:00
parent 8e0e2a1798
commit 854c7a5170

View File

@@ -74,7 +74,7 @@ function getArea () {
$('.area .area_in').append(str);
$('.header .box .right i').text(res.data[0].areaName);
if (countryCode == '') {
countryCode = res.data[0].areaCode
countryCode = res.data[0].areaCode;
}
if (isRecommendArr[0] == 1) {
$('.tabs i').show();
@@ -320,6 +320,7 @@ $('.area .area_in').on('click', 'p', function () {
} else {
$('.tabs i').hide();
}
rechargeUserList(countryCode);
return;
})
// 切换id用户按钮