yingzi hace 2 años
padre
commit
90609b6039
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      App.vue

+ 1 - 1
App.vue

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