From 3f9032e92fdd383bfefc87a0bec9b242e1223851 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 09 六月 2026 17:08:44 +0800
Subject: [PATCH] 改bug
---
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