Commit 6f3e6418 by yanju

一次获取一条动态的点赞

parent 65c66b34
...@@ -251,9 +251,17 @@ ...@@ -251,9 +251,17 @@
} }
}, },
watch:{
showPraiseCon(val){
if(val===true){
this.dataGetPraiseList();
}
}
},
created(){ created(){
this.dateGet2Info(); this.dateGet2Info();
this.dataGetPraiseList();
if(process.browser){ if(process.browser){
document.addEventListener('click',(e)=>{ document.addEventListener('click',(e)=>{
if(this.$refs.deleteButton){ if(this.$refs.deleteButton){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment