当前位置 : 主页 > 网络编程 > PHP >

解决微信tel

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt //微信tel失效问题,去除sukeyif(navigator.userAgent.indexOf('MicroMessenger')!=-1){var shref=window.location.href;if(shref.indexOf('wxref=mp.weixin.qq.com')==-1)window.location.href+=shref.indexOf('?')==-1?'?wxref=mp.wei
gistfile1.txt
//微信tel失效问题,去除sukey
if(navigator.userAgent.indexOf('MicroMessenger')!=-1){
	var shref=window.location.href;
	if(shref.indexOf('wxref=mp.weixin.qq.com')==-1)window.location.href+=shref.indexOf('?')==-1?'?wxref=mp.weixin.qq.com':'&wxref=mp.weixin.qq.com';
}
上一篇:强大的清除缓存
下一篇:验证邮箱格式
网友评论