修改发布日历
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
export interface PublishBallFormData {
|
||||
title: string // 球局标题
|
||||
image_list: Array<string>[] // 球局封面
|
||||
image_list: string[] // 球局封面
|
||||
timeRange: {
|
||||
start_time: string,
|
||||
end_time: string
|
||||
@@ -16,15 +16,15 @@ export interface PublishBallFormData {
|
||||
longitude?: string // 经度
|
||||
court_type?: string // 场地类型 1: 室内 2: 室外
|
||||
court_surface?: string // 场地表面 1: 硬地 2: 红土 3: 草地
|
||||
venue_description_tag?: Array<string>[] // 场地描述标签
|
||||
venue_description_tag?: string[] // 场地描述标签
|
||||
venue_description?: string // 场地描述
|
||||
venue_image_list?: Array<string>[] // 场地图片
|
||||
venue_image_list?: string[] // 场地图片
|
||||
}
|
||||
players: [number, number] // 人数要求
|
||||
skill_level: [number, number] // 水平要求(NTRP)
|
||||
descriptionInfo: {
|
||||
description: string // 备注
|
||||
description_tag: Array<string>[] // 备注标签
|
||||
description_tag: string[] // 备注标签
|
||||
}
|
||||
is_substitute_supported: boolean // 是否支持替补
|
||||
is_wechat_contact: boolean // 是否需要微信联系
|
||||
|
||||
Reference in New Issue
Block a user