onCheckForUpdate版本更新
https://developers.weixin.qq.com/miniprogram/dev/api/base/update/UpdateManager.onCheckForUpdate.html 版本更新的api,是否可以获取到所有的参数:例如:版本号:res.version
updateManager.onCheckForUpdate(function (res) {
// 获取全部参数
console.log(res.hasUpdate, res.version)
})