From 1fdb81a91f5f4092e927d2d9a7cc9ff4d231fca4 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 07 一月 2025 16:43:41 +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