赞
踩
weixin:// 打开微信
weixin://dl/scan 扫一扫
weixin://dl/feedback 反馈
weixin://dl/moments 朋友圈
weixin://dl/settings 设置
weixin://dl/notifications 消息通知设置
weixin://dl/chat 聊天设置
weixin://dl/general 通用设置
weixin://dl/officialaccounts 公众号
weixin://dl/games 游戏
weixin://dl/help 帮助
weixin://dl/feedback 反馈
weixin://dl/profile 个人信息
weixin://dl/features 功能插件
data(){
return{
url: 'weixin://'
}
},
methods:{
clickWechat() { //打开外部微信
plus.runtime.openURL(this.url, function(res) {
console.log(res);
});
}
}
判断是否为微信内置浏览器
var agent = navigator.userAgent.toLowerCase();
if (agent.match(/MicroMessenger/i) == "micromessenger") {
console.log("是在微信内置浏览器里面")
} else {
console.log("不在微信内置浏览器里面")
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。