Merge pull request 'xbx' (#266) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/266
This commit is contained in:
luyuan 2020-08-20 15:15:16 +08:00
commit d234176f22

View File

@ -400,7 +400,12 @@
member_id: member_id
}).then((res) => {
this.follow_page = 0;
this.getRecommendList(); //
// this.getRecommendList(); //
for(let i in this.recommendList){
if(this.recommendList[i].member_id == member_id){
this.recommendList[i].is_attention == 1 ? this.recommendList[i].is_attention = 0 : this.recommendList[i].is_attention = 1
}
}
this.getFollowList(); //
})
},