shawenguan il y a 1 an
Parent
commit
a81cf3968a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 			}
 		}