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.taskId = data.oldSelectStyle.taskId
data.selectStyle.isLike = false data.selectStyle.isLike = false
} }
generateStore.clearTryOn()
close(); close();
} }

View File

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