热门标签
更多>
搜索结果
查询Tags标签: hasUpdate,共有 2条记录-
小程序中添加跟新提示
app.js中添加// 生命周期回调——小程序加载后 onShow(options) { const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { // 请求完新版本信息的回调 console.log(res.hasUpdate) if (!res.hasUpdate…
2021/12/21 11:19:59 人评论 次浏览 -
小程序中添加跟新提示
app.js中添加// 生命周期回调——小程序加载后 onShow(options) { const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { // 请求完新版本信息的回调 console.log(res.hasUpdate) if (!res.hasUpdate…
2021/12/21 11:19:59 人评论 次浏览