fix(fittingRoom): 更新加载占位图路径
- 将试衣结果加载占位图从 loading.gif 更新为 loading2.gif -1 在 README 中添加本地开发环境访问地址
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user