Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-26 00:37:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3cfb0db7db8f2506c3496b0449f032a07a7e2cab
3cfb0db7
1 parent
8367cd95
fix 错误提示文字修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/checkin/map.vue
src/views/checkin/map.vue
View file @
3cfb0db
<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-2
5 21:54:49
* @LastEditTime: 2025-09-2
6 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 () {}
...
...
Please
register
or
login
to post a comment