This commit is contained in:
zhaofang
2022-10-19 20:04:36 +08:00
parent af4281f978
commit 4f32515d58
3 changed files with 12 additions and 3 deletions

View File

@@ -425,7 +425,9 @@ export default {
this.loading=true;
if(this.type==1){
postData.title=this.data.name;
}else{
}else if(this.type==60){
postData.title=this.data.content;
} else {
postData.title=this.data.title;
}
if(this.isFavorite) {// 已经收藏,再次点击取消收藏