随笔分类 -  小程序

摘要:const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { // 请求完新版本信息的回调 console.log(res.hasUpdate, 'hasUpdate') }) 阅读全文
posted @ 2021-02-07 15:18 空杯_Annora 阅读(281) 评论(0) 推荐(0)