我的收藏回答

This commit is contained in:
zhaofang
2022-10-29 16:06:37 +08:00
parent d92be97960
commit aa565056fc
5 changed files with 201 additions and 19 deletions

View File

@@ -472,6 +472,8 @@ export default {
postData.title=this.data.name;
}else if(this.type==60){
postData.title=this.data.content;
} else if(this.type==5){
postData.title='收藏回答';
} else {
postData.title=this.data.title;
}