From 641c757090d8a0b489afff5aa099dace9b3a9070 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 15 Jan 2026 15:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=8C=BA=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/XuniDelivery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/SecondPhase/XuniDelivery.vue b/pages/SecondPhase/XuniDelivery.vue index a2310ab..05eaa36 100644 --- a/pages/SecondPhase/XuniDelivery.vue +++ b/pages/SecondPhase/XuniDelivery.vue @@ -114,7 +114,7 @@ this.dataList = [...res.data] }, toSure () { - if (this.val1) { + if (this.pkId) { uni.navigateTo({ url: '/pages/SecondPhase/XuniDeliveryConfirm?billcode=' + this.pkObj.bill_code + '&title=' + this.title })