From 2a81d298c58a8847baec2e71628c9307e9b2ba77 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Sat, 11 Oct 2025 09:32:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E7=83=AD=E9=97=A8?= =?UTF-8?q?=E6=AF=94=E8=B5=9B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tc/hot.js | 11 ++++++++++ src/views/tc/hotContestList/index.vue | 29 ++++++++++++++------------- 2 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 src/api/tc/hot.js diff --git a/src/api/tc/hot.js b/src/api/tc/hot.js new file mode 100644 index 0000000..5d56a99 --- /dev/null +++ b/src/api/tc/hot.js @@ -0,0 +1,11 @@ +import request from '@/utils/request' + + +// 热门足球列表 +export function hotMatchList(data) { + return request({ + url: '/hot/match/list', + method: 'post', + data: data + }) +} \ No newline at end of file diff --git a/src/views/tc/hotContestList/index.vue b/src/views/tc/hotContestList/index.vue index 2550b67..6343a60 100644 --- a/src/views/tc/hotContestList/index.vue +++ b/src/views/tc/hotContestList/index.vue @@ -2,10 +2,10 @@
- + --> - + @@ -54,11 +54,11 @@
- - - + + + - +