会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
午夜白雪
博客园
首页
新随笔
联系
订阅
管理
07 2021 档案
小程序更新版本
摘要:// 小程序更新代码 const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { // 请求完新版本信息的回调 console.log(res.hasUpdate) RealT
阅读全文
posted @
2021-07-15 15:07
有肌肉的小眼睛
阅读(77)
评论(0)
推荐(0)
小程序获取 版本号
摘要:const accountInfo = wx.getAccountInfoSync(); console.log('监听小程序的版本号', accountInfo.miniProgram.version) // 小程序的版本号
阅读全文
posted @
2021-07-15 15:05
有肌肉的小眼睛
阅读(192)
评论(0)
推荐(0)
公告