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)