From 657631f5bf9a30f43c5c6848866afd018457f1a5 Mon Sep 17 00:00:00 2001
From: guigongli <3328921305@qq.com>
Date: Fri, 19 Sep 2025 22:43:03 +0800
Subject: [PATCH] =?UTF-8?q?feat(fittingRoom):=20=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD=E5=B9=B6=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=20UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在 fittingRoom.js 中添加 disableTabs 数组,用于控制不允许上传的分类- 修改 canUpload getter,使用 disableTabs 判断是否允许上传
- 更新 s-grid-clothes.vue 和 s-select-mote.vue 组件,增加上传功能
- 调整上传按钮样式和布局
---
.../fittingRoom/components/s-grid-clothes.vue | 15 +++++---
.../fittingRoom/components/s-select-mote.vue | 37 ++++++++++++++++++-
sheep/store/fittingRoom.js | 4 +-
3 files changed, 49 insertions(+), 7 deletions(-)
diff --git a/pages/fittingRoom/components/s-grid-clothes.vue b/pages/fittingRoom/components/s-grid-clothes.vue
index d9be4d2..db74077 100644
--- a/pages/fittingRoom/components/s-grid-clothes.vue
+++ b/pages/fittingRoom/components/s-grid-clothes.vue
@@ -1,8 +1,8 @@
@@ -32,9 +32,9 @@
limit="1"
mode="grid"
@select="selectPic"
- >选择
+ >选择
+
+
@@ -43,6 +43,7 @@