From fbc074229fd4736f1ae2793c9daebf04726188b2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 22 五月 2026 18:27:27 +0800
Subject: [PATCH] 提交
---
small-program/pages/luggage-storage/luggage-storage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/small-program/pages/luggage-storage/luggage-storage.vue b/small-program/pages/luggage-storage/luggage-storage.vue
index da3c723..4c8ef9c 100644
--- a/small-program/pages/luggage-storage/luggage-storage.vue
+++ b/small-program/pages/luggage-storage/luggage-storage.vue
@@ -248,6 +248,7 @@
</view>
</view>
+ <view style="width: 100%; height: 104rpx;" v-if="amountData"></view>
<view style="width: 100%; height: calc(112rpx + env(safe-area-inset-bottom));"></view>
</scroll-view>
@@ -602,6 +603,7 @@
}
uni.$on('updateAddress', (data) => {
+ this.receiveStore = null
this.form.receiver = data.name
this.form.mobile = data.phone
this.receiveAddr = data
@@ -717,8 +719,6 @@
},
caozuo(e) {
var that = this;
- // this.receiveStore = null
- // this.receiveAddr = null
if (e.name === '閫夋嫨鏈嶅姟鐐�') {
that.storePopupType = 'receive'
that.showStorePopup = true
--
Gitblit v1.9.3