shawenguan пре 1 година
родитељ
комит
460ea3c032
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Scripts/168/pksExpertHelper.js

+ 1 - 1
Scripts/168/pksExpertHelper.js

@@ -83,7 +83,7 @@ async function tryPickExpert() {
 	let winningProbability = 90;
 	let tmpData = [];
 	for (let i = 0; i < expectList.length; i++) {
-		const item = recommendList[i];
+		const item = expectList[i];
 		const prValue = parseInt(item.winningProbability);
 		if (prValue >= winningProbability) {
 			let planDetail = await getExpertsRecommendDetail(item.userId, gLotteryCode, groupCode, ranking);