From 4a7bc7ddc19c45714cba529e693ac8af10334e75 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 13 Aug 2025 09:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E5=8F=AB=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ftdl/fixedpoint-work.vue | 2 +- pages/ftdl/line-call-mater.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/ftdl/fixedpoint-work.vue b/pages/ftdl/fixedpoint-work.vue index 8fea93e..42c64a0 100644 --- a/pages/ftdl/fixedpoint-work.vue +++ b/pages/ftdl/fixedpoint-work.vue @@ -126,7 +126,7 @@ }, async _sendPointTask () { this.disabled = true - if (!val1 || !val2) { + if (!this.val1 || !this.val2) { this.disabled = false return } diff --git a/pages/ftdl/line-call-mater.vue b/pages/ftdl/line-call-mater.vue index c867bbd..420f2c8 100644 --- a/pages/ftdl/line-call-mater.vue +++ b/pages/ftdl/line-call-mater.vue @@ -76,7 +76,7 @@ try { let res = await getRegionByPoint(e) if (res) { - this.val1 = res.code + this.val1 = res.region_code } } catch (e) { this.val1 = '' @@ -94,7 +94,7 @@ }, async _vehicleOutConfirm () { this.disabled = true - if (!val1 || !val2) { + if (!this.val1 || !this.val2) { this.disabled = false return }