feat: 修改stylist value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user