fix(fittingRoom): 更新加载占位图路径

- 将试衣结果加载占位图从 loading.gif 更新为 loading2.gif
-1 在 README 中添加本地开发环境访问地址
This commit is contained in:
liguigong
2025-09-28 16:40:18 +08:00
parent 59c3ddccf7
commit 04c47a2207
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<template #default="{ item, index }">
<view class="custom-item">
<image
:src="item.tryOnResultUrl || '/static/uploads/loading.gif'"
:src="item.tryOnResultUrl || '/static/uploads/loading12.gif'"
class="swiper-image"
mode="aspectFill"
/>