var ua = navigator.userAgent.toLowerCase();if (ua.match(/MicroMessenger/i) == 'micromessenger' ){ //微信支付}else if(ua.match(/AlipayClient/i) == 'alipayclient'){ //支付宝支付}else{ window.location.href="https://pay.cloudbed.vip";}
如果是微信,使用微信JSAPI支付
如果是支付宝,使用支付宝wap支付
文章有问题?点此查看未经处理的缓存