修复分享bug

This commit is contained in:
fofolee 2022-05-27 09:26:42 +08:00
parent b16e7d69a2
commit dcb8529acb

View File

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