修复安卓手机端商品详情兼容问题

This commit is contained in:
pushuo 2022-11-24 09:47:18 +08:00
parent a22b63198c
commit 52d55d18e8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</div> </div>
<div class="right" id="zoom"> <div class="right" id="zoom">
<img :src="images[0]?.preview || '{{ asset('image/placeholder.png') }}'" class="img-fluid"> <img :src="images.length ? images[0].preview : '{{ asset('image/placeholder.png') }}'" class="img-fluid">
</div> </div>
</div> </div>
</div> </div>