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