mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
修复分享bug
This commit is contained in:
parent
b16e7d69a2
commit
dcb8529acb
@ -84,12 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
disableShare() {
|
disableShare() {
|
||||||
return (
|
return this.shareLock || !this.yuQueInfo.yuQueToken;
|
||||||
this.shareLock ||
|
|
||||||
!this.yuQueInfo.yuQueToken ||
|
|
||||||
(this.yuQueInfo.authorId !== this.command.authorId &&
|
|
||||||
this.command.fromShare)
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user