shawenguan hai 1 ano
pai
achega
a81cf3968a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 			}
 		}