Merge pull request 'xbx' (#266) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/266
This commit is contained in:
		
						commit
						d234176f22
					
				@ -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(); // 刷新发现的列表
 | 
			
		||||
				})
 | 
			
		||||
			},
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user