feat(fittingRoom): 替换轮播D堆叠效果

- 引图组件为3入新的 `hbxw-stack-carousel` 轮播图组件,支持3D堆叠、自动播放和手势滑动
- 更新页面结构与样式以适配新组件
- 增加点击事件处理函数 `handleItemClick` 和轮播切换事件 `handleChange`
- 添加动态更新轮播数据的功能,通过 `dian` 方法测试数据变更
- 调整图片展示模式为 `aspectFill` 并设定固定宽高
-优化样式布局,设置相对定位及层级控制

docs(readme): 添加接口文档链接

- 在 README 中补充项目相关接口文档的访问地址
```
This commit is contained in:
guigongli
2025-09-20 14:42:27 +08:00
parent 657631f5bf
commit f8dd924fa4
8 changed files with 759 additions and 26 deletions
@@ -31,7 +31,7 @@
const sizeType = ['original'];
const imageStyle = {
width: 200,
height: 200,
height: 50,
};
const fittingRoom = sheep.$store('fittingRoom');
@@ -60,6 +60,7 @@
overflow: hidden;
height: 76rpx;
transition: height 0.3s ease-in-out;
z-index: 200;
}
.unfold {
height: 700rpx;
@@ -105,6 +106,7 @@
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.item-image {