列表
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 网球比赛数据接口
|
||||
export interface TennisMatch {
|
||||
id: string
|
||||
id: number
|
||||
title: string
|
||||
dateTime: string
|
||||
location: string
|
||||
@@ -39,6 +39,7 @@ export interface ListState {
|
||||
locationOptions: BubbleOption[]
|
||||
gamePlayOptions: BubbleOption[]
|
||||
gamesNum: number
|
||||
isScrollTop: boolean
|
||||
}
|
||||
|
||||
export interface ListState {
|
||||
|
||||
Reference in New Issue
Block a user