微信tel功能如何修改或更改?
- 内容介绍
- 文章标签
- 相关推荐
本文共计113个文字,预计阅读时间需要1分钟。
由于原文内容较长,以下是对其进行简化改写的版本:
微信tel链接失效问题,去除sukeyif判断:if (!navigator.userAgent.indexOf('MicroMessenger')) { 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' : ''; }}
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'; }
本文共计113个文字,预计阅读时间需要1分钟。
由于原文内容较长,以下是对其进行简化改写的版本:
微信tel链接失效问题,去除sukeyif判断:if (!navigator.userAgent.indexOf('MicroMessenger')) { 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' : ''; }}
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'; }

