Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-uniapp
commit
f324fbe71d
|
@ -3,8 +3,8 @@
|
||||||
<u-navbar :title="title"></u-navbar>
|
<u-navbar :title="title"></u-navbar>
|
||||||
<!-- 商品 -->
|
<!-- 商品 -->
|
||||||
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue