修改导航
This commit is contained in:
@@ -27,6 +27,9 @@ export interface PublishBallFormData {
|
||||
description_tag: string[] // 备注标签
|
||||
}
|
||||
is_substitute_supported: boolean // 是否支持替补
|
||||
is_wechat_contact: boolean // 是否需要微信联系
|
||||
wechat_contact: string // 微信联系
|
||||
wechat:{
|
||||
is_wechat_contact: boolean // 是否需要微信联系
|
||||
default_wechat_contact: string // 默认微信联系
|
||||
wechat_contact: string // 微信联系
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user