Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2026-01-14 09:49:25 +08:00
2 changed files with 7 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ const confirm = ()=>{
data.selectStyle.taskId = data.oldSelectStyle.taskId
data.selectStyle.isLike = false
}
generateStore.clearTryOn()
close();
}

View File

@@ -77,7 +77,7 @@ const stylists = ref<any[]>([
{
id: 1,
value: 'crystal',
name: 'Vera Lo',
name: 'Crystal',
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
image: female,
thumb: femaleThumb
@@ -85,23 +85,23 @@ const stylists = ref<any[]>([
{
id: 2,
value: 'mini',
name: 'Sarah Chen',
name: 'Mini',
description: 'Modern, Edgy, Bold Colors, Street Style',
image: male,
thumb: maleThumb
},
{
id: 3,
value: 'crystal',
name: 'Emma Wilson',
value: 'vera',
name: 'Vera',
description: 'Elegant, Feminine, Vintage Inspired, Soft Tones',
image: female,
thumb: femaleThumb
},
{
id: 4,
value: 'mini',
name: 'Alex Johnson',
value: 'edi',
name: 'Edi',
description: 'Minimalist, Professional, Neutral Palette, Clean Lines',
image: male,
thumb: maleThumb