摘要: 微信小程序自动更新 微信小程序自动监测更新小程序版本 在 app.js 中增加一个 onLaunch 生命周期函数 // app.js App({ async onLaunch() { this.checkUpdateVersion(); // 检查版本更新 }, // 全局变量 globalData: { }, /* 阅读全文
posted @ 2019-07-29 09:38 大熊丨rapper 阅读(667) 评论(0) 推荐(0)