周总批发商场
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.

1 line
2.2 KiB

<view><view class="{{['cartList',cartData.iScart?'on':'']}}"><view class="title acea-row row-between-wrapper"><view class="name">{{$root.m0}}</view><view data-event-opts="{{[['tap',[['subDel',['$event']]]]]}}" class="del acea-row row-middle" bindtap="__e"><view class="iconfont icon-shanchu1"></view>{{$root.m1+''}}</view></view><view class="list"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item acea-row row-between-wrapper"><view class="pictrue"><block wx:if="{{item.$orig.productInfo.attrInfo}}"><image src="{{item.$orig.productInfo.attrInfo.image}}"></image></block><block wx:else><image src="{{item.$orig.productInfo.image}}"></image></block><block wx:if="{{!item.$orig.status||!item.$orig.attrStatus}}"><view class="mantle"></view></block></view><view class="txtPic"><view class="{{['name','line2',item.$orig.attrStatus&&item.$orig.status?'':'on']}}">{{''+item.$orig.productInfo.store_name}}</view><block wx:if="{{item.$orig.attrStatus&&item.$orig.status}}"><view><block wx:if="{{item.$orig.productInfo.attrInfo}}"><view class="info">{{item.$orig.productInfo.attrInfo.suk}}</view></block><view class="bottom acea-row row-between-wrapper"><view class="money">{{item.m2}}<text class="num">{{item.$orig.truePrice}}</text></view><view class="cartNum acea-row row-middle"><view data-event-opts="{{[['tap',[['leaveCart',[index]]]]]}}" class="reduce iconfont icon-jianhao1" bindtap="__e"></view><view class="num">{{item.$orig.cart_num}}</view><view data-event-opts="{{[['tap',[['joinCart',[index]]]]]}}" class="plus iconfont icon-jiahao1" bindtap="__e"></view></view></view></view></block><block wx:else><block wx:if="{{!item.$orig.attrStatus}}"><view class="noBnt">{{item.m3}}</view></block><block wx:else><block wx:if="{{!item.$orig.status}}"><view class="noBnt">{{item.m4}}</view></block></block></block><block wx:if="{{!item.$orig.status||!item.$orig.attrStatus}}"><view class="delTxt acea-row row-right"><text data-event-opts="{{[['tap',[['oneDel',['$0',index],[[['cartData.cartList','',index,'id']]]]]]]}}" bindtap="__e">{{item.m5}}</text></view></block></view></view></block></view></view><block wx:if="{{cartData.iScart}}"><view data-event-opts="{{[['tap',[['closeList',['$event']]]]]}}" class="mask" bindtap="__e"></view></block></view>