wx.miniapp.hasWechatInstall
WARNING
请注意,当前域名 https://dev.weixin.qq.com/docs/framework 文档已不维护,请前往微信文档中心 找到对应的新文档继续使用
判断微信是否有安装
参数
| 属性 | 类型 | 默认值 | 必填 | 说明 |
|---|---|---|---|---|
| success | function | 是 | 获取后成功回调 |
JSAPI 代码例子
wx.miniapp.hasWechatInstall({
success: (res) => {
console.log('getSDKVersion success:', res)
}
})