|
@@ -247,7 +247,6 @@
|
|
|
this.curgetClassStat();
|
|
this.curgetClassStat();
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
this.GetgetUserList();
|
|
this.GetgetUserList();
|
|
|
-
|
|
|
|
|
// this.PkEgg = setInterval(() => {
|
|
// this.PkEgg = setInterval(() => {
|
|
|
// this.createEgg();
|
|
// this.createEgg();
|
|
|
// }, 6000);
|
|
// }, 6000);
|
|
@@ -255,7 +254,6 @@
|
|
|
} else {
|
|
} else {
|
|
|
let Rs = fakeNews(16);
|
|
let Rs = fakeNews(16);
|
|
|
that.UniteBreak(Rs);
|
|
that.UniteBreak(Rs);
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
clearInterval(this.PkTimer);
|
|
clearInterval(this.PkTimer);
|
|
@@ -324,10 +322,8 @@
|
|
|
blueFmtSum += item.formatCk
|
|
blueFmtSum += item.formatCk
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-
|
|
|
|
|
// pkVal
|
|
// pkVal
|
|
|
let sumMax = redFmtSum + blueFmtSum;
|
|
let sumMax = redFmtSum + blueFmtSum;
|
|
|
- console.log(redFmtSum);
|
|
|
|
|
|
|
|
|
|
// 当为0时均分
|
|
// 当为0时均分
|
|
|
if (sumMax == 0) {
|
|
if (sumMax == 0) {
|