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