From e954dd59a79bb9b3d8186a83df84e174584f34a3 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 22 Mar 2024 16:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=9B=98=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modules/zupan-unbind.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/modules/zupan-unbind.vue b/pages/modules/zupan-unbind.vue index b18513c..650af82 100644 --- a/pages/modules/zupan-unbind.vue +++ b/pages/modules/zupan-unbind.vue @@ -23,7 +23,7 @@ - + @@ -71,7 +71,7 @@ }, async _zpjb () { this.disabled = true - if (!this.val1 || !this.val2) { + if (!(this.val1 || this.val2)) { this.disabled = false return }