MrShi
2026-05-22 fbc074229fd4736f1ae2793c9daebf04726188b2
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