From 44b1ee7b988a30192ddee4bf48ae52d55618ebd8 Mon Sep 17 00:00:00 2001 From: liguigong Date: Mon, 13 Oct 2025 15:24:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(fittingRoom):=E4=BF=AE=E5=A4=8D=E8=AF=95?= =?UTF-8?q?=E8=A1=A3=E9=97=B4=E8=A1=A3=E7=89=A9=E6=98=BE=E7=A4=BA=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新文件最后编辑时间 - 优化当前衣物显示条件判断 - 增加 tab 状态对衣物展示的影响控制- 确保只有非 tab 6 状态下才显示正在使用的衣物标识- 维持编辑功能入口不变 --- pages/fittingRoom/components/s-grid-clothes.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/fittingRoom/components/s-grid-clothes.vue b/pages/fittingRoom/components/s-grid-clothes.vue index 33c7155..8ce6c79 100644 --- a/pages/fittingRoom/components/s-grid-clothes.vue +++ b/pages/fittingRoom/components/s-grid-clothes.vue @@ -2,7 +2,7 @@ * @Author: liguigong liguigong@shopline.com * @Date: 2025-09-19 16:26:36 * @LastEditors: liguigong liguigong@shopline.com - * @LastEditTime: 2025-09-28 14:54:34 + * @LastEditTime: 2025-10-13 15:22:56 * @FilePath: pages/fittingRoom/components/s-grid-clothes.vue * @Description: 这是默认设置,可以在设置》工具》File Description中进行配置 --> @@ -12,7 +12,10 @@ 编辑