From 9c225b6bc6ef63a93ea28a7e7125ef575a431852 Mon Sep 17 00:00:00 2001 From: admin <> Date: Wed, 15 May 2024 13:54:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=87=BA=E8=B4=A7=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E7=85=A7=E7=89=87=E7=B1=BB=E5=9E=8B=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pagesShipment/review/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pagesShipment/review/index.vue b/src/pagesShipment/review/index.vue index 53ed3a0..48d5191 100644 --- a/src/pagesShipment/review/index.vue +++ b/src/pagesShipment/review/index.vue @@ -474,7 +474,7 @@ const handleSettlement = () => { }; const handleScenePhoto = (id: string) => { uni.navigateTo({ - url: "/pagesScenePhoto/index?orderType=1&imagesType=1&id=" + id, // 要跳转到的页面路径 + url: "/pagesScenePhoto/index?orderType=1&imagesType=2&id=" + id, // 要跳转到的页面路径 }); }; // 出货未结算 // 先填写结算信息后更新状态为3