| 1 |
- <view class="cart-index data-v-57280228"><view class="lement data-v-57280228"><view class="data-v-57280228"><checkbox-group data-event-opts="{{[['change',[['checkboxChangeAll',['$event']]]]]}}" bindchange="__e" class="data-v-57280228"><checkbox class="round data-v-57280228" style="transform:scale(0.7);" checked="{{isAllChecked}}"></checkbox></checkbox-group></view><view class="data-v-57280228">全选</view><view style="display:flex;" class="data-v-57280228"><view class="data-v-57280228">合计:</view><view style="color:#FF1E1E;font-size:28rpx;" class="data-v-57280228">{{"¥"+totalPrice}}</view></view><view class="data-v-57280228">免费配送</view><view data-event-opts="{{[['tap',[['submitOrder',['$event']]]]]}}" class="now data-v-57280228" bindtap="__e">立即结算</view></view><block wx:for="{{$root.l1}}" wx:for-item="val" wx:for-index="k" wx:key="k"><view class="item data-v-57280228"><view class="title data-v-57280228"><checkbox-group data-event-opts="{{[['change',[['checkboxChangeShop',['$event',k]]]]]}}" bindchange="__e" class="data-v-57280228"><checkbox class="round data-v-57280228" style="transform:scale(0.7);" checked="{{val.$orig.checked}}"></checkbox></checkbox-group><image style="width:35rpx;height:35rpx;margin-top:7rpx;" src="{{val.$orig.storeDto.storePic}}" class="data-v-57280228"></image><text class="data-v-57280228">{{val.$orig.storeDto.storeName}}</text></view><block wx:for="{{val.l0}}" wx:for-item="item" wx:for-index="index"><view class="data-v-57280228"><x-slide-left bind:delItem="__e" vue-id="{{'8dd740cc-1-'+k+'-'+index}}" data-event-opts="{{[['^delItem',[['delItem',[index,k]]]]]}}" class="data-v-57280228" bind:__l="__l" vue-slots="{{['default']}}"><view class="cart-container data-v-57280228"><view class="data-v-57280228"><checkbox-group data-event-opts="{{[['change',[['checkboxChangeGood',['$event','$0',k,index],[[['cartData','',k],['shoppingTrolleyDtoList','',index,'id']]]]]]]}}" bindchange="__e" class="data-v-57280228"><checkbox class="round data-v-57280228" style="transform:scale(0.7);" checked="{{item.$orig.checked}}"></checkbox></checkbox-group></view><view style="background:#F2F2F2;" class="data-v-57280228"><image style="width:168rpx;height:168rpx;" src="{{item.$orig.goodsDto.goodsPicPathList[0]}}" class="data-v-57280228"></image></view><view class="message data-v-57280228"><view style="font-size:28rpx;" class="data-v-57280228">{{item.$orig.goodsDto.goodsName}}</view><view class="guige data-v-57280228"><view class="data-v-57280228">{{item.m0}}</view></view><view class="price data-v-57280228"><view class="data-v-57280228">{{"¥"+item.$orig.goodsDto.price}}</view><view class="data-v-57280228">{{"¥"+item.$orig.goodsPrice}}</view><view class="amount data-v-57280228"><view data-event-opts="{{[['tap',[['sub',['$0',index,k],[[['cartData','',k],['shoppingTrolleyDtoList','',index]]]]]]]}}" bindtap="__e" class="data-v-57280228">-</view><view class="data-v-57280228">{{item.$orig.goodsCount}}</view><view data-event-opts="{{[['tap',[['add',['$0'],[[['cartData','',k],['shoppingTrolleyDtoList','',index]]]]]]]}}" bindtap="__e" class="data-v-57280228">+</view></view></view></view></view></x-slide-left></view></block></view></block></view>
|