MrShi
2026-04-28 4d2f76bad00f2b276ee1fe17199fea996c5ebaa9
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
            }