feat(fittingRoom): 优化试衣间页面布局和样式

- 调整页面结构,将轮播图组件移入 sticky 容器内
- 添加页面背景色 #ffffff
-为滚动区域添加 scroll 样式类
- 优化上传服饰页面结构,使用 s-layout 组件包裹内容
- 更新页面标题为“服饰上传”- 修改 manifest.json 中的 appid
- 调整 pages.json 中 uploadClothes 页面配置,自定义导航栏并禁用标题栏
This commit is contained in:
liguigong
2025-10-09 15:04:41 +08:00
parent f9861d09f9
commit 738f56caad
4 changed files with 101 additions and 93 deletions
+5 -6
View File
@@ -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": "服饰上传"
}
},
{