修复- h5充值页面bug

This commit is contained in:
2025-08-14 17:55:43 +08:00
parent 9417609dfa
commit 6f2bfad9d3

View File

@@ -47,24 +47,18 @@ $(function () {
getInfoFromClient();//请求依赖
fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言
setTimeout(function () {
if (browser.app) {
erbanNo = null;
$('.bindingBox').hide();
uid = pubInfo.uid;
getSimpleUserByUid(uid);
} else {
}
channelType = getUrl.channelType;
fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言
langReplace = window.lang.replace;
localLang = window.lang;
translateFun();
$.copy({
text: langReplace(localLang.demoModule.copy), //分享提示文案
copyUrl: "01009701492", //自定義復制
tipTime: 1000, //分享提示消失時間
copyId: "#copys" //復制按鈕id
});
if (browser.app) {
erbanNo = null;
$('.bindingBox').hide();
uid = pubInfo.uid;
getSimpleUserByUid(uid);
}
getArea();
}, 100)
setTimeout(function () {
@@ -136,9 +130,9 @@ function getArea() {
}
}
} else {
hideLoading(layerIndex);
toastMsg(res.message);
}
hideLoading(layerIndex);
},
error(err) {
hideLoading(layerIndex);