feat: 上传图片组件场景添加、轮播图样式修复

This commit is contained in:
2025-09-08 21:22:25 +08:00
parent 9b53c536c7
commit 2089b31cb6
8 changed files with 135 additions and 92 deletions

View File

@@ -51,7 +51,8 @@ export const publishBallFormSchema: FormFieldConfig[] = [
required: true,
props: {
maxCount: 9,
source: ['album', 'history', 'preset']
source: ['album', 'history', 'preset'],
tag: 'cover',
}
},
{
@@ -97,7 +98,7 @@ export const publishBallFormSchema: FormFieldConfig[] = [
type: FieldType.LOCATION,
placeholder: '请选择活动地点',
required: true,
},
},
{
prop: 'play_type',
label: '玩法',
@@ -126,7 +127,7 @@ export const publishBallFormSchema: FormFieldConfig[] = [
max: 20,
}
},
{
prop: 'skill_level',
label: 'NTRP 水平要求',
@@ -162,7 +163,7 @@ export const publishBallFormSchema: FormFieldConfig[] = [
label: '',
type: FieldType.CHECKBOX,
placeholder: '开启自动候补逻辑',
required: true,
required: true,
props:{
subTitle: '开启自动候补逻辑',
showToast: true,
@@ -173,9 +174,9 @@ export const publishBallFormSchema: FormFieldConfig[] = [
prop: 'is_wechat_contact',
label: '',
type: FieldType.WECHATCONTACT,
required: true,
required: true,
props:{
subTitle: '允许球友微信联系我',
}
}
]
]