Commit 77deed9e authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents afd0cc20 1d751e7a
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
:margin-bottom="20" bg-color="#F5F5F5" /> :margin-bottom="20" bg-color="#F5F5F5" />
</scroll-view> </scroll-view>
</view> </view>
<u-empty text="没有找到商品信息" font-size="36" mode="list" v-if="g.length == 0 && !loading"></u-empty> <u-empty text="没有找到商品信息" font-size="36" mode="list" v-if="g.length == 0 "></u-empty>
<view class="quick" v-if="!loading"> <view class="quick" v-if="!loading">
<view class="item"> <view class="item">
<u-icon name="cart-o" size="48" color="#333" /> <u-icon name="cart-o" size="48" color="#333" />
......
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