如何解决微信电话号码显示问题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计98个文字,预计阅读时间需要1分钟。
`由于微信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 ? 'http://mp.weixin.qq.com' : 'http://mp.weixin.qq.com?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'; }
本文共计98个文字,预计阅读时间需要1分钟。
`由于微信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 ? 'http://mp.weixin.qq.com' : 'http://mp.weixin.qq.com?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'; }

