hookehuyr

fix 错误提示文字修改

1 <!-- 1 <!--
2 * @Date: 2023-05-19 14:54:27 2 * @Date: 2023-05-19 14:54:27
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-25 21:54:49 4 + * @LastEditTime: 2025-09-26 00:30:23
5 * @FilePath: /map-demo/src/views/checkin/map.vue 5 * @FilePath: /map-demo/src/views/checkin/map.vue
6 * @Description: 公众地图主体页面 6 * @Description: 公众地图主体页面
7 --> 7 -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 <div v-if="mapLoadingState.isError" class="map-error-overlay"> 19 <div v-if="mapLoadingState.isError" class="map-error-overlay">
20 <div class="error-content"> 20 <div class="error-content">
21 <van-icon name="warning-o" size="48px" color="#ff4444" /> 21 <van-icon name="warning-o" size="48px" color="#ff4444" />
22 - <p class="error-title">地图加载失败</p> 22 + <p class="error-title">请求太火爆, 请稍后再试!</p>
23 <p class="error-message">{{ mapLoadingState.errorMessage }}</p> 23 <p class="error-message">{{ mapLoadingState.errorMessage }}</p>
24 <van-button 24 <van-button
25 type="primary" 25 type="primary"
...@@ -621,7 +621,7 @@ export default { ...@@ -621,7 +621,7 @@ export default {
621 // 微信分享配置 621 // 微信分享配置
622 const shareData = { 622 const shareData = {
623 title: data.map.map_title, 623 title: data.map.map_title,
624 - desc: '别院地图', 624 + desc: '',
625 link: location.origin + location.pathname + location.hash, 625 link: location.origin + location.pathname + location.hash,
626 imgUrl: '', 626 imgUrl: '',
627 success: function () {} 627 success: function () {}
......