doum
2026-04-28 6d5807a11995300bef0fc37a7fd0ed1d3834e031
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
            }