From 37ea3648d9f41bac94bdfc1a606113a6a2d27c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 27 Oct 2023 15:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/appointmenttime/appointmenttime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesB/appointmenttime/appointmenttime.vue b/pagesB/appointmenttime/appointmenttime.vue index 3e925fa..532cdf0 100644 --- a/pagesB/appointmenttime/appointmenttime.vue +++ b/pagesB/appointmenttime/appointmenttime.vue @@ -477,7 +477,7 @@ checkboxGroupChange(e) {}, goaddress() { uni.navigateTo({ - url: `/pagesB/modify/modify?updata=${JSON.stringify(this.orderlist)}` + url: `/pagesB/modifyAddress/modifyAddress?updata=${JSON.stringify(this.orderlist)}` }) }, }