问题修复

This commit is contained in:
2024-04-16 01:39:23 +08:00
parent 0562554266
commit 178e8ff5cb
6 changed files with 13 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
:key='index'>
<view class='recommend-item c-flex-column'>
<image :src='item.images||defaultImage' />
<text>{{ item.goodsName }}</text>
<text>{{ item.goodsName||'未知' }}</text>
<text class='goods-price'>{{ item.price }}</text>
</view>
</view>