This commit is contained in:
shijingjing
2023-04-06 15:40:48 +08:00
parent 38731f3d63
commit d9bbbb86d3

View File

@@ -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