|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-06-21 16:01:19
|
|
|
|
* @Date: 2022-06-21 16:01:19
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-24 11:14:52
|
|
|
|
* @LastEditTime: 2022-06-28 21:11:53
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -47,6 +47,10 @@ export default {
|
|
|
|
this.usefulCount = this.commentDetail.usefulCount;
|
|
|
|
this.usefulCount = this.commentDetail.usefulCount;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
mounted(){
|
|
|
|
|
|
|
|
this.isLike = this.commentDetail.isLike;
|
|
|
|
|
|
|
|
this.usefulCount = this.commentDetail.usefulCount;
|
|
|
|
|
|
|
|
},
|
|
|
|
methods:{
|
|
|
|
methods:{
|
|
|
|
handleUseful(){
|
|
|
|
handleUseful(){
|
|
|
|
this.isLike = !this.isLike
|
|
|
|
this.isLike = !this.isLike
|
|
|
|