fix(fittingRoom): 修复试衣间页面交互与样式问题
- 统一代码风格,修复缺少分号问题-优化试衣结果图片加载逻辑,添加默认loading图 - 修复上传衣物页面容器样式问题 - 调整模特切换逻辑,增加可见性控制- 更新README文档,添加试衣间相关链接 -优化上传衣物选择器样式与交互细节
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
>
|
||||
<template #default="{ item, index }">
|
||||
<view class="custom-item">
|
||||
<image :src="item.tryOnResultUrl" class="swiper-image" mode="aspectFill" />
|
||||
<image
|
||||
:src="item.tryOnResultUrl || '/static/uploads/loading.gif'"
|
||||
class="swiper-image"
|
||||
mode="aspectFill"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
</hbxw-stack-carousel>
|
||||
|
||||
Reference in New Issue
Block a user