zhangback
2026-03-30 0bafa6aa253c9ef6f5cb24e9a24c5282860e4c59
ui/car_wx_app/App.vue
@@ -18,10 +18,8 @@
      methods:{
          updateApp() {
           const updateManager = uni.getUpdateManager();
         console.log('updateManager',updateManager)
           updateManager.onCheckForUpdate(function (res) {
             // 请求完新版本信息的回调
             console.log(res);
           });
         
           updateManager.onUpdateReady(function (res) {