From e9a7cddce776382916e975402986144a88899ac5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 14 五月 2026 18:29:14 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 small-program/pages/storage-point-detail/storage-point-detail.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/small-program/pages/storage-point-detail/storage-point-detail.vue b/small-program/pages/storage-point-detail/storage-point-detail.vue
index 8b638b3..0a98d4e 100644
--- a/small-program/pages/storage-point-detail/storage-point-detail.vue
+++ b/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'
 				})

--
Gitblit v1.9.3