{ if (res.hasUpdate) { updateManager">
我在网上搜索微信小程序热更新热更新时,找到了这段代码
if (uni.canIUse("getUpdateManager")) {
const updateManager = uni.getUpdateManager();
updateManager.onCheckForUpdate((res) => {
if (res.hasUpdate) {
updateMa