shawenguan 1 год назад
Родитель
Сommit
a81cf3968a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -963,7 +963,7 @@ async function checkExpertsRecommend() {
 		const recommendCount = item.recommendCount;
 		if (recommendCount <= 5) {
 			expectList.push(item);
-			if (item.userName.indexOf(item.userName) > -1) {
+			if (item.userName.indexOf(userName) > -1) {
 				expectItem = item;
 			}
 		}