rk
2026-05-14 cd6b21f04e08a61d79e4aea2593c41fdc5cd0766
small-program/pages/storage-point-detail/storage-point-detail.vue
@@ -99,16 +99,16 @@
            })
         },
         contactStore() {
            uni.showToast({
               title: '联系门店待接入',
               icon: 'none'
            })
            uni.makePhoneCall({
               phoneNumber: this.activeStore.linkPhone
            });
         },
         storeLuggage() {
            if (!this.token) {
               this.showLogin = true
               return
            }
            uni.setStorageSync('selectedStore', this.activeStore)
            uni.navigateTo({
               url: '/pages/luggage-storage/luggage-storage'
            })