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