From bed6c791d853e09b262399bbeead7b0db7d97190 Mon Sep 17 00:00:00 2001 From: qf Date: Tue, 27 Dec 2022 14:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=B9=B4=E6=B4=BB=E5=8A=A8=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E5=8D=93=E8=B7=B3=E8=BD=AC=E5=85=85?= =?UTF-8?q?=E5=80=BC=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/act-newYear-2022/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/peko/activity/act-newYear-2022/js/index.js b/view/peko/activity/act-newYear-2022/js/index.js index 0b954fa..d55b970 100644 --- a/view/peko/activity/act-newYear-2022/js/index.js +++ b/view/peko/activity/act-newYear-2022/js/index.js @@ -524,7 +524,7 @@ $('.tishiBox').on('click', '.recharge', function () { if (browser.app) { if (browser.android) { sendLog('pay_click') - tools.nativeUtils.jumpAppointPage('RECHARGE_PAGE') + window.location.href = urlPrefix + '/peko/modules/pay/index.html?channelType=4'; } else if (browser.ios) { sendLog('pay_click') window.webkit.messageHandlers.openChargePage.postMessage(null)