feat: 修改stylist value

This commit is contained in:
zhangyahui
2025-11-03 16:01:31 +08:00
parent f4ba31a752
commit ded67099d3

View File

@@ -64,28 +64,28 @@ const userInfoStore = useUserInfoStore()
const stylists = ref<any[]>([
{
id: 1,
value: 'mini',
value: 'crystal',
name: 'Vera Lo',
description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces',
image: female
},
{
id: 2,
value: 'crystal',
value: 'mini',
name: 'Sarah Chen',
description: 'Modern, Edgy, Bold Colors, Street Style',
image: male
},
{
id: 3,
value: 'mini',
value: 'crystal',
name: 'Emma Wilson',
description: 'Elegant, Feminine, Vintage Inspired, Soft Tones',
image: female
},
{
id: 4,
value: 'crystal',
value: 'mini',
name: 'Alex Johnson',
description: 'Minimalist, Professional, Neutral Palette, Clean Lines',
image: male