yingzi 2 年之前
父節點
當前提交
90609b6039
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -8,7 +8,7 @@ export default {
 		const updateManager = wx.getUpdateManager();
 		updateManager.onCheckForUpdate(function(res) {
 			// 请求完新版本信息的回调
-			console.log(res.hasUpdate);
+			// console.log(res.hasUpdate);
 		});
 		updateManager.onUpdateReady(function() {
 			wx.showModal({