From 5ecf40301fd44163ed03b0d49b2ec92f6aacd8b8 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 8 Jul 2024 14:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E7=BF=BB=E5=8C=85=E4=B8=8D?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/package/record/overPackageRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/package/record/overPackageRecord.vue b/src/pages/package/record/overPackageRecord.vue index 983d149e..f606ceae 100644 --- a/src/pages/package/record/overPackageRecord.vue +++ b/src/pages/package/record/overPackageRecord.vue @@ -479,7 +479,7 @@ this.fromLocationCode = ''; this.dataContent = {} if (pointData.length > 0) { - uni.redirectTo({ + uni.navigateTo({ url: `/pages/point/index?points=${JSON.stringify(pointData)}` }); }