Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-uniapp

This commit is contained in:
Yer
2023-08-02 10:11:28 +08:00

View File

@@ -4,7 +4,7 @@
<!-- 商品 --> <!-- 商品 -->
<div class="contant"> <div class="contant">
<view v-if="!goodsList.length" class="empty">暂无商品信息</view> <view v-if="!goodsList.length" class="empty">暂无商品信息</view>
<goodsTemplate :res='goodsList' :storeName='false' /> <goodsTemplate style="width: 100%;" :res='goodsList' :storeName='false' />
</div> </div>
</div> </div>