소스 검색

2023-10-24

cmy 2 년 전
부모
커밋
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)