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