longyvfengyun
2022-04-12 8f41c0ede3f7122c2f2c44588988a0a803eece83
内容提交
1个文件已修改
2 ■■■■■ 已修改文件
src/pages/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue
@@ -881,7 +881,6 @@
                        })
                            .then((res) => {
                                let rs = JSON.parse(res.data.result);
                console.log(rs);
                                homeData.nums = rs;
                                if (this.mapName) {
                                    this.changeChartPanelStatus(homeData);
@@ -1115,7 +1114,6 @@
                });
        },
        changeChartPanelStatus(homeData) {
      console.log(homeData);
            //panel面板状态改变
            this.isShowInfoPanel = true;
            let poit = this.convertMain(homeData.longitude, homeData.latitude);