feat(fittingRoom):优化试衣间页面布局和功能

- 移除 uv-sticky 组件,调整页面结构
- 设置容器高度为100%,优化滚动区域高度计算
- 禁用试衣间页面下拉刷新功能-为 STabs 组件添加 overflow: hidden 样式- 更新 STabs 组件最后编辑时间戳
This commit is contained in:
liguigong
2025-10-11 10:57:57 +08:00
parent ee29c48b9b
commit 56b53cb6fd
3 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
"path": "pages/fittingRoom/index",
"style": {
"navigationBarTitleText": "试衣间",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
},
"meta": {
"sync": true,