From 8bb7963646f27027c3eac087bdd50fdcfa7426cb Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 16 十月 2024 18:11:33 +0800
Subject: [PATCH] fix: 泊车修改车位缴费页面

---
 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