1 |
- <view class="order"><van-cell vue-id="3c50aaa2-1" icon="contact-o" is-link="{{true}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['title']}}"><view slot="title"><view class="top">{{"姓名:"+(defaultArr===''?'':addressList[0].receiver+" "+addressList[0].mobile)+''}}</view><view class="bottom van-ellipsis">{{"地址:"+(defaultArr===""?"展示默认地址":defaultArr)}}</view></view></van-cell><view class="main"><block wx:for="{{shopCart.shopCartOrders}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view><block wx:for="{{item.shopCartItemDiscounts[0].shopCartItems}}" wx:for-item="item1" wx:for-index="index1" wx:key="index1"><view><view class="shopName">{{''+item.shopName+''}}</view><van-card vue-id="{{'3c50aaa2-2-'+index+'-'+index1}}" num="{{item1.prodCount}}" price="{{item1.price}}" desc="{{item1.skuName}}" title="{{item1.prodName}}" thumb="{{item1.pic}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['footer']}}"><view slot="footer"><van-stepper vue-id="{{('3c50aaa2-3-'+index+'-'+index1)+','+('3c50aaa2-2-'+index+'-'+index1)}}" value="{{item1.prodCount}}" disabled="{{true}}" integer="{{true}}" data-com-type="wx" bind:__l="__l"></van-stepper><view class="free">邮费:<text>{{item.transfee+"元"}}</text></view></view></van-card></view></block></view></block><van-cell vue-id="3c50aaa2-4" title="订单备注" value="请输入订单信息" label="{{item.remarks}}" border="{{false}}" data-com-type="wx" bind:__l="__l"></van-cell><van-cell vue-id="3c50aaa2-5" title="优惠劵" is-link="{{true}}" value="暂无可用" border="{{false}}" data-com-type="wx" bind:__l="__l"></van-cell></view><van-divider vue-id="3c50aaa2-6" custom-style="border:7px solid #eee" data-com-type="wx" bind:__l="__l"></van-divider><van-cell vue-id="3c50aaa2-7" title="总金额" value="" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><view>{{"¥"+shopCart.total}}</view></van-cell><van-cell vue-id="3c50aaa2-8" title="优惠金额" value="{{shopCart.orderReduce}}" data-com-type="wx" bind:__l="__l"></van-cell><van-cell vue-id="3c50aaa2-9" title="商品总数" value="{{shopCart.totalCount}}" data-com-type="wx" bind:__l="__l"></van-cell><van-cell vue-id="3c50aaa2-10" title="支付金额" value="" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><view class="payCount">{{'合计:¥'+shopCart.actualTotal+''}}</view></van-cell><van-submit-bar vue-id="3c50aaa2-11" price="{{shopCart.actualTotal*100}}" button-text="提交订单" data-event-opts="{{[['^submit',[['onSubmit']]]]}}" data-com-type="wx" bind:submit="__e" bind:__l="__l"></van-submit-bar></view>
|