hookehuyr

fix 错误提示文字修改

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