新年活动:修改安卓跳转充值方法
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user