wx.miniapp.hasWechatInstall

WARNING

请注意,当前域名 https://dev.weixin.qq.com/docs/framework 文档已不维护,请前往微信文档中心open in new window 找到对应的新文档继续使用

判断微信是否有安装

参数

属性类型默认值必填说明
successfunction获取后成功回调

JSAPI 代码例子

wx.miniapp.hasWechatInstall({
    success: (res) => {
        console.log('getSDKVersion success:', res)
    }
})