EP-WachatApp/eaterplanet_ecommerce/components/cartBtn/index.wxml

5 lines
206 B
Plaintext

<view class="cart i-class" bindtap="goCart">
<image class="img" src="../../images/icon-tab-shop1.png"></image>
<text>购物车</text>
<text class="num" wx:if="{{cartNum>0}}">{{cartNum}}</text>
</view>