点击充值拦截-Vodafone

This commit is contained in:
dragon
2024-11-07 18:26:32 +08:00
parent 6ccdfd0d62
commit 5306095111
2 changed files with 8 additions and 2 deletions

View File

@@ -188,5 +188,5 @@
<script src="./local/en.js?v=1.3"></script>
<script src="./local/zh.js?v=1.3"></script>
<script src="./local/ar.js?v=1.3"></script>
<script src="./js/index.js?v=1.3?v=1.3"></script>
<script src="./js/index.js?v=1.4"></script>
<script src="../../common/local/langHandler.js"></script>

View File

@@ -326,7 +326,13 @@ $('.page1 .payBut').click(function () {
return
}
if (apply2NewLock) {
apply2New();
console.log(paymentType);
if (paymentType == "WALLET-VODAFONE") {
$('.pub').show();
bodyScroolFun(true);
} else {
apply2New();
}
}
// if (browser.app) {
// apply2New();