From 1618162f712fc414702bce924ff367397ff8ec1d Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期三, 08 一月 2025 08:49:11 +0800
Subject: [PATCH] 月卡
---
src/components/page/show/show-index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/components/page/show/show-index.vue b/src/components/page/show/show-index.vue
index e2a2033..5e9aa24 100644
--- a/src/components/page/show/show-index.vue
+++ b/src/components/page/show/show-index.vue
@@ -473,6 +473,7 @@
<script>
import echarts from "echarts/lib/echarts";
+ import BaiduMap from '../../common/baiduMap'
export default {
name: "show-index",
data() {
@@ -517,7 +518,12 @@
}
}
},
- mounted() {
+ mounted() {
+ BaiduMap.init()
+ .then((BMap) => {
+ console.log('鍦板浘鍒濆鍖�')
+ this.inits()
+ })
this.tclyvEcharts()
this.tcpmEcharts()
this.ddtjEcharts()
--
Gitblit v1.9.1