From 9b37d74d9e60a9117ff1611679682ecf2a3233ad Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 13 一月 2025 11:16:19 +0800
Subject: [PATCH] #

---
 pages/phyz/order/orderCar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/phyz/order/orderCar.vue b/pages/phyz/order/orderCar.vue
index 2f986d8..8da9397 100644
--- a/pages/phyz/order/orderCar.vue
+++ b/pages/phyz/order/orderCar.vue
@@ -186,7 +186,7 @@
 							uni.showToast({ title: '鍚姩鎴愬姛锛�', icon: "success", position: 'top' })
 							setTimeout(()=> {
 								_this.getOpenerEventChannel().emit('acceptDataFromOpenedPage', {data: 1});
-								uni.navigateBack({})
+								uni.navigateBack({delta:2})
 							},1000)
 						} else if (res.code == 403) {
 							uni.showToast({ title: res.msg, icon: "error", position: 'top' })

--
Gitblit v1.9.1