数据驱动、坚持为客户提供有价值的服务和内容
//app.js
App({
onLaunch: function () {
var that = this;
const updateManager = wx.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
// 请求完新版本信息的回调