添加authorid

This commit is contained in:
fofolee
2022-05-16 12:00:44 +08:00
parent d17caf42af
commit 6f4bf8fe96
2 changed files with 9 additions and 4 deletions

View File

@@ -84,7 +84,11 @@ export default {
},
computed: {
disableShare() {
return this.shareLock || !this.yuQueInfo.yuQueToken;
return (
this.shareLock ||
!this.yuQueInfo.yuQueToken ||
this.yuQueInfo.authorId !== this.command.authorId
);
},
},
mounted() {