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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/small-program/pages/luggage-storage/luggage-storage.vue b/small-program/pages/luggage-storage/luggage-storage.vue
index 9c482b5..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
 				}

--
Gitblit v1.9.3