|
|
@@ -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)
|