|
|
@@ -1299,7 +1299,7 @@ async function checkExpertPlanBuy() {
|
|
|
return;
|
|
|
}
|
|
|
let prValue = parseInt(expectItem.winningProbability);
|
|
|
- if (prValue < 80) {
|
|
|
+ if (prValue < 89) {
|
|
|
let indexKey = 'winningProbability';
|
|
|
expectList.sort((a, b) => {
|
|
|
if (a[indexKey] == b[indexKey]) {
|
|
|
@@ -1364,7 +1364,7 @@ function getExpertsFixCost(planDetail) {
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- if (continuousWrongCount > 0 && wrongCostTurn + latestItem.rank < 9) {
|
|
|
+ if (continuousWrongCount > 0 && wrongCostTurn + latestItem.rank < 8) {
|
|
|
turnOneCost = continuousWrongCount * turnOneCost + continuousWrongCount * Math.pow(2, 2 + continuousWrongCount);
|
|
|
turnOneCost += (wrongCostTurn + latestItem.rank - 3);
|
|
|
}
|