From dcb8529acb40f32510b3c7a994e2887dcb3cb372 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 27 May 2022 09:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=ABbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popup/ShareDialog.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/popup/ShareDialog.vue b/src/components/popup/ShareDialog.vue index 5d67850..7aa88cd 100644 --- a/src/components/popup/ShareDialog.vue +++ b/src/components/popup/ShareDialog.vue @@ -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() {