From 4d2f76bad00f2b276ee1fe17199fea996c5ebaa9 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 16:28:11 +0800
Subject: [PATCH] 小程序改bug

---
 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 925ced2..0633e92 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