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' })