From ded67099d30c903fbe272b1e45cd8b999820659a Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 3 Nov 2025 16:01:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9stylist=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stylist/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/stylist/index.vue b/src/views/stylist/index.vue index 8956a65..d9f0b07 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -64,28 +64,28 @@ const userInfoStore = useUserInfoStore() const stylists = ref([ { 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