diff --git a/src/views/Main.vue b/src/views/Main.vue index 2dd6f39..2f69e79 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -7,6 +7,7 @@
  • +<<<<<<< HEAD
  • @@ -15,6 +16,17 @@
  • 最初首发者:   {{ currentItem.earler }}
  • 积极评论者:{{ currentItem.comenter +======= +
  • + +
  • +
  • + +
  • +
  • 最初首发者:   {{ currentItem.earler }}
  • +
  • 积极评论者:{{ currentItem.comenter +>>>>>>> 33171231818e20d0f810df4ae56f3620727af4df }}
  • 锚点用户{{ currentItem.keyuser }}
  • @@ -223,13 +235,15 @@ import { useRouter } from 'vue-router'; import IndexView from './App.vue'; import ScrollContainer from '@/components/ScrollContainer.vue'; import * as echarts from 'echarts'; -import axios from 'axios'; import { useActionStore } from '@/store'; import Chart32_Inspection from '@/components/Chart32_Inspection(1).vue'; import Chart33_WavingBlades from '@/components/Chart33_WavingBlades(1).vue'; import Chart34_RecoveredGoods from '@/components/Chart34_RecoveredGoods(1).vue'; +<<<<<<< HEAD import Chart35_SpecialForces from '@/components/Chart35_SpecialForces(1).vue'; import Chart36_Dialogue from '@/components/Chart36_Dialogue(1).vue'; +======= +>>>>>>> 33171231818e20d0f810df4ae56f3620727af4df let myChart = null; @@ -870,6 +884,7 @@ const currentItem = ref(currentDataSet.value[0]); // 切换选中项的方法 const selectItem = (item) => { currentItem.value = item; + console.log(currentItem.value); showTooltip.value = true; // 点击时显示 tooltip };