关联普通二维码 如果用户微信版本过低,有啥办法可以提示吗?
关联普通二维码 如果用户微信版本过低不支持小程序 就进不了小程序。
这时也没法提示用户升级,用户还以为这个二维码不对,很无奈。
关联普通二维码 如果用户微信版本过低不支持小程序 就进不了小程序。
这时也没法提示用户升级,用户还以为这个二维码不对,很无奈。
wx.getSystemInfo({
success: function(res) { console.log(res.model) console.log(res.pixelRatio) console.log(res.windowWidth) console.log(res.windowHeight) console.log(res.language) console.log(res.version) console.log(res.platform)
}
})