From 738f56caad605bd97e6c99d44309878b194cb2ce Mon Sep 17 00:00:00 2001 From: liguigong Date: Thu, 9 Oct 2025 15:04:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(fittingRoom):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=AF=95=E8=A1=A3=E9=97=B4=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整页面结构,将轮播图组件移入 sticky 容器内 - 添加页面背景色 #ffffff -为滚动区域添加 scroll 样式类 - 优化上传服饰页面结构,使用 s-layout 组件包裹内容 - 更新页面标题为“服饰上传”- 修改 manifest.json 中的 appid - 调整 pages.json 中 uploadClothes 页面配置,自定义导航栏并禁用标题栏 --- manifest.json | 2 +- pages.json | 11 ++-- pages/fittingRoom/index.vue | 95 +++++++++++++++++++---------------- pages/uploadClothes/index.vue | 86 +++++++++++++++---------------- 4 files changed, 101 insertions(+), 93 deletions(-) diff --git a/manifest.json b/manifest.json index c24cad1..ebab666 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "商城", - "appid" : "__UNI__A2B711F", + "appid" : "__UNI__A3FE0A4", "description" : "基于 uni-app + Vue3 技术驱动的在线商城系统,内含诸多功能与丰富的活动,期待您的使用和反馈。", "versionName" : "2025.09", "versionCode" : "183", diff --git a/pages.json b/pages.json index bfdbad6..cf1ed0c 100644 --- a/pages.json +++ b/pages.json @@ -100,13 +100,12 @@ { "path": "pages/uploadClothes/index", "style": { - "navigationBarTitleText": "服饰上传", + "navigationBarTitleText": "123", + "navigationStyle": "custom", + "h5": { + "titleNView": false // H5 端直接去掉浏览器默认标题栏 + }, "enablePullDownRefresh": false - }, - "meta": { - "sync": true, - "title": "服饰上传", - "group": "服饰上传" } }, { diff --git a/pages/fittingRoom/index.vue b/pages/fittingRoom/index.vue index f9a7057..d9c2734 100644 --- a/pages/fittingRoom/index.vue +++ b/pages/fittingRoom/index.vue @@ -1,54 +1,57 @@ -