cart still need keep long side untouched

wechat_user_type
guochunzhong 8 years ago
parent 4e928ab764
commit 1ab855985d
  1. 2
      pages/cart/cart.wxml

@ -19,7 +19,7 @@
<block wx:for="{{cartItems}}" wx:for-item="item"> <block wx:for="{{cartItems}}" wx:for-item="item">
<view class="item" catchtap="catchTapOnItem" data-id="{{item.id}}"> <view class="item" catchtap="catchTapOnItem" data-id="{{item.id}}">
<view class="image" data-id="{{item.id}}"> <view class="image" data-id="{{item.id}}">
<image class="head-img" src="{{item.product['image-url']}}" mode="aspectFill"></image> <image class="head-img" src="{{item.product['image-url']}}" mode="aspectFit"></image>
</view> </view>
<view class="item-right"> <view class="item-right">
<view class="title" data-id="{{item.id}}"> <view class="title" data-id="{{item.id}}">

Loading…
Cancel
Save