From 14589ff425f0aa86867c26137ac86dea9ab1af09 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 17 May 2022 22:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=AB=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popup/ShareDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ); }, },