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 lines
1.7 KiB
1 lines
1.7 KiB
<block wx:if="{{$root.g0}}"><view class="splitOrder"><block wx:if="{{select_all}}"><view class="all"><checkbox-group data-event-opts="{{[['change',[['checkboxAllChange',['$event']]]]]}}" bindchange="__e"><checkbox value="all" checked="{{isAllSelect}}"></checkbox><text class="checkAll">全选</text></checkbox-group></view></block><checkbox-group data-event-opts="{{[['change',[['checkboxChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{splitGoods}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view class="items acea-row row-between-wrapper"><checkbox value="{{item.id}}" checked="{{item.checked}}"></checkbox><view class="picTxt acea-row row-between-wrapper"><view class="pictrue"><image src="{{item.cart_info.productInfo.image}}"></image></view><view class="text"><view class="acea-row row-between-wrapper"><view class="name line1">{{item.cart_info.productInfo.store_name}}</view></view><view class="infor line1">{{'属性:'+(item.cart_info.productInfo.attrInfo.suk||'默认')}}</view><view class="acea-row row-middle money-section">实付款:<view class="money">{{"¥"+item.cart_info.sum_true_price}}</view></view></view><view class="carnum acea-row row-center-wrapper"><view data-event-opts="{{[['tap',[['subCart',['$0'],[[['splitGoods','',index]]]]]]]}}" class="{{['reduce','iconfont','icon-ic_Reduce',item.surplus_num==1?'on':'']}}" catchtap="__e"></view><view class="num">{{item.surplus_num}}</view><view data-event-opts="{{[['tap',[['addCart',['$0'],[[['splitGoods','',index]]]]]]]}}" class="{{['plus','iconfont','icon-ic_increase',item.surplus_num==item.numShow?'on':'']}}" catchtap="__e"></view></view></view></view></block></block></checkbox-group></view></block> |