peko官网增加下载链接,充值弹窗点击蒙层可关闭

This commit is contained in:
qf
2022-11-16 11:33:42 +08:00
parent 045aabeb49
commit 04e05c8383
6 changed files with 66 additions and 3 deletions

View File

@@ -100,4 +100,14 @@ $(function () {
$('.homeM .charge').click(function(){
window.location.href = urlPrefix + '/peko/modules/pay/index.html?channelType=4';
})
// logo跳转
$('.googlePlay').click(function(){
window.location.href = 'https://play.google.com/store/apps/details?id=com.vele.peko'
})
$('.appleStore').click(function(){
window.location.href = 'http://doudouyue.com/h958'
})
$('.apk').click(function(){
window.location.href = 'http://doudouyue.com/sfb2'
})
})