From 3d0164c16ad56f783a276bebccfc84c08311c1af Mon Sep 17 00:00:00 2001 From: 63f1bb74d2451104dc7d8b9f <63f1bb74d2451104dc7d8b9f@devide> Date: Thu, 20 Jul 2023 00:01:35 +0800 Subject: [PATCH] Auto Commit --- src/App.vue | 9 +-- src/components/GameChart.vue | 104 +++++++++++++++++++++++++---------- 2 files changed, 79 insertions(+), 34 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4e2716e..b2996e9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ import GameChart from './components/GameChart.vue' import SearchGrade from './components/SearchGrade.vue' import { reactive, onMounted } from 'vue'; const state = reactive({ - current: 'grade查询分数' + current: '新星赛道选手信息可视化' }) onMounted(() => { const href = window.location.href @@ -17,10 +17,11 @@ onMounted(() => { const value = itemArray[1] data[key] = value }) + if (data['type'] = 'csdn_game') { + state.current = '新星赛道选手信息可视化' + } } - if(data['type']='csdn_game'){ - state.current='新星赛道选手信息可视化' - } + }) diff --git a/src/components/GameChart.vue b/src/components/GameChart.vue index 302bf7e..1f0d764 100644 --- a/src/components/GameChart.vue +++ b/src/components/GameChart.vue @@ -4,15 +4,25 @@ {{ state.title }} -
- - 重置表格 - + +
+
+ 赛道信息:https://bbs.csdn.net/topics/616574177
+
+ + 重置表格 + +
+
+
+ 参赛报名人数:{{ state.totlaNum }} +
+
{{ state.clickCity }}
-
+
@@ -21,7 +31,7 @@ :loading="state.loading" :pagination="state.pagination" bordered style="border-bottom:1px solid #f0f0f0;"> @@ -31,6 +41,7 @@