摘要:
const updateManager = wx.getUpdateManager() updateManager.onCheckForUpdate(function (res) { // 请求完新版本信息的回调 console.log(res.hasUpdate) }) updateManager.onUpdateReady(function () { wx.showMo... 阅读全文
posted @ 2019-10-28 14:14
mino1996
阅读(840)
评论(0)
推荐(0)
浙公网安备 33010602011771号