Commit 2d2d3a49 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 3d53295e
......@@ -183,7 +183,7 @@
<image class="empty-remind-icon" mode="aspectFit" src="/images/scan_good_guide.png"/>
</view>
<!-- 购物车有数据 -->
<scroll-view class="shopcart-list" scroll-y="{{true}}" a:if="{{goods.length > 0}}">
<scroll-view class="shopcart-list" scroll-y="{{true}}" hidden="{{goods.length == 0}}">
<view class="shopcart-cart-top-blank">
</view>
<block a:for="{{goods}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment