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