弹窗app外生效

This commit is contained in:
Dragon
2023-11-27 17:55:39 +08:00
parent c8ebb5b5d9
commit 19b7010857

View File

@@ -85,12 +85,13 @@ function getArea () {
$('.tabs i').hide();
}
getChargePageInfoForH5();
if (window.localStorage.getItem('first')) {
$('.selectAddress').hide();
} else {
$('.selectAddress').show();
bodyScroolFun(true);
if (!browser.app) {
if (window.localStorage.getItem('first')) {
$('.selectAddress').hide();
} else {
$('.selectAddress').show();
bodyScroolFun(true);
}
}
} else {
hideLoading(layerIndex);