修复分享 bug

This commit is contained in:
fofolee 2022-05-17 22:28:08 +08:00
parent a1b4b097e3
commit 14589ff425

View File

@ -87,7 +87,8 @@ export default {
return (
this.shareLock ||
!this.yuQueInfo.yuQueToken ||
this.yuQueInfo.authorId !== this.command.authorId
(this.yuQueInfo.authorId !== this.command.authorId &&
this.command.fromShare)
);
},
},