bug
This commit is contained in:
		@@ -34,7 +34,7 @@ export default {
 | 
			
		||||
    return {
 | 
			
		||||
      list: [],
 | 
			
		||||
      flag: false,
 | 
			
		||||
      current: this.current
 | 
			
		||||
      current: 1
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
@@ -77,7 +77,6 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
    // 点赞
 | 
			
		||||
    upCount(id,index) {
 | 
			
		||||
      console.log(id,index);
 | 
			
		||||
      if (this.flag) return
 | 
			
		||||
 | 
			
		||||
      this.flag = true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user