From f157c6ead3b52f108e3275eddfaa5fd4c5d35534 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 13 Jan 2026 16:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=BE=E8=AE=A1=E5=B8=88?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= 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 39e969b..cec209a 100644 --- a/src/views/stylist/index.vue +++ b/src/views/stylist/index.vue @@ -77,7 +77,7 @@ const stylists = ref([ { id: 1, value: 'crystal', - name: 'Vera Lo', + name: 'Crystal', description: 'Contemporary, Classic, Simple Silhouettes, Statement Pieces', image: female, thumb: femaleThumb @@ -85,7 +85,7 @@ const stylists = ref([ { id: 2, value: 'mini', - name: 'Sarah Chen', + name: 'Mini', description: 'Modern, Edgy, Bold Colors, Street Style', image: male, thumb: maleThumb @@ -93,7 +93,7 @@ const stylists = ref([ { id: 3, value: 'vera', - name: 'Emma Wilson', + name: 'Vera', description: 'Elegant, Feminine, Vintage Inspired, Soft Tones', image: female, thumb: femaleThumb @@ -101,7 +101,7 @@ const stylists = ref([ { id: 4, value: 'edi', - name: 'Alex Johnson', + name: 'Edi', description: 'Minimalist, Professional, Neutral Palette, Clean Lines', image: male, thumb: maleThumb