新年活动:修改安卓跳转充值方法

This commit is contained in:
qf
2022-12-27 14:44:30 +08:00
parent e87f43e915
commit bed6c791d8

View File

@@ -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)