From 6d5807a11995300bef0fc37a7fd0ed1d3834e031 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 17:58:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/pages/luggage-storage/luggage-storage.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/small-program/pages/luggage-storage/luggage-storage.vue b/small-program/pages/luggage-storage/luggage-storage.vue
index 925ced2..806fdb7 100644
--- a/small-program/pages/luggage-storage/luggage-storage.vue
+++ b/small-program/pages/luggage-storage/luggage-storage.vue
@@ -891,7 +891,7 @@
uni.showToast({ title: '璇蜂笂浼犵墿鍝佺収鐗�', icon: 'none' })
return
}
- if (this.form.insurance !== '' || this.form.insurance <= 0) {
+ if (this.form.insurance === '' || this.form.insurance <= 0) {
uni.showToast({ title: '璇疯緭鍏ヤ繚浠疯垂', icon: 'none' })
return
}
@@ -962,9 +962,11 @@
} else {
uni.showToast({ title: '鏀粯澶辫触', icon: 'none' })
}
- uni.redirectTo({
- url: '/pages/delivery-order-detail/delivery-order-detail?id=' + orderId
+ uni.setStorageSync("orderStatus",-2)
+ uni.switchTab({
+ url: '/pages/itinerary/itinerary'
});
+
}
})
}
--
Gitblit v1.9.3