You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!--shopping.wxml-->
|
|
<view id="shoppingEmpty">
|
|
<view class="shopping_cart">
|
|
<image src="/images/shopping_icon.jpg"></image>
|
|
</view>
|
|
<view class="note">空空如也购物车没有任何商品</view>
|
|
<view class="goShopping" bindtap="go_shopping">去逛逛</view>
|
|
</view>
|
|
|