Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-uniapp
commit
f324fbe71d
|
@ -3,8 +3,8 @@
|
|||
<u-navbar :title="title"></u-navbar>
|
||||
<!-- 商品 -->
|
||||
<div class="contant">
|
||||
<view v-if="!goodsList.length" class="empty">暂无商品信息</view>
|
||||
<goodsTemplate :res='goodsList' :storeName='false' />
|
||||
<view v-if="!goodsList.length" class="empty">暂无商品信息</view>
|
||||
<goodsTemplate style="width: 100%;" :res='goodsList' :storeName='false' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue