diff --git a/src/components/popup/ShareDialog.vue b/src/components/popup/ShareDialog.vue index 83cb8a0..5d67850 100644 --- a/src/components/popup/ShareDialog.vue +++ b/src/components/popup/ShareDialog.vue @@ -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) ); }, },