cmy 2 лет назад
Родитель
Сommit
d5d060a1d4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pages/index/entertainment.vue

+ 2 - 2
pages/index/entertainment.vue

@@ -408,8 +408,8 @@
 				try {
 					// 判斷是否有游戲信息并且有正在進行中游戏
 					if (that.history.base.id && that.history.next) {
-						console.log(that.history.base.id, that.history.next,
-							'that.history.base.id && that.history.next');
+						// console.log(that.history.base.id, that.history.next,
+						// 	'that.history.base.id && that.history.next');
 						that.time.t = setInterval(() => {
 							that.getOutTime();
 						}, 1000)