diff --git a/src/views/Main.vue b/src/views/Main.vue index dc15e71..9b9c1e9 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -6,7 +6,13 @@
  • -
  • +
  • +
  • + +
  • +
  • + +
  • 最初首发者:   {{ currentItem.earler }}
  • 积极评论者:{{ currentItem.comenter @@ -210,9 +216,10 @@ 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'; let myChart = null; @@ -809,6 +816,7 @@ const currentItem = ref(currentDataSet.value[0]); // 切换选中项的方法 const selectItem = (item) => { currentItem.value = item; + console.log(currentItem.value); showTooltip.value = true; // 点击时显示 tooltip };