confirm_delivery.wxml 1.9 KB

1
  1. <view class="wrap data-v-68d220b6"><navbar vue-id="3032ec8e-1" iSimmersive="{{false}}" title-color="#ffffff" background="#c30d24" placeholder="{{true}}" title="确认收货" class="data-v-68d220b6" bind:__l="__l"></navbar><block wx:if="{{isError}}"><info vue-id="3032ec8e-2" class="data-v-68d220b6" bind:__l="__l"></info></block><block wx:if="{{!isError}}"><view class="data-v-68d220b6"><view class="goods data-v-68d220b6"><view class="title data-v-68d220b6"><text class="data-v-68d220b6">{{"共"+$root.g0+"件商品"}}</text></view><view class="goods-box data-v-68d220b6"><block wx:for="{{order.item}}" wx:for-item="value" wx:for-index="index" wx:key="index"><view class="goods-item clear data-v-68d220b6"><view class="goods-img data-v-68d220b6"><image src="{{value.thumb_image}}" class="data-v-68d220b6"></image></view><view class="goods-info data-v-68d220b6"><view class="t data-v-68d220b6"><text class="data-v-68d220b6">{{value.title}}</text><text class="data-v-68d220b6">{{"¥"+value.sell_price}}</text></view><view class="b data-v-68d220b6"><text class="data-v-68d220b6">{{value.spec}}</text><text class="data-v-68d220b6">{{"× "+value.nums}}</text></view></view></view></block></view></view><view class="order data-v-68d220b6"><view class="list clear data-v-68d220b6"><view class="list-box clear data-v-68d220b6"><view class="data-v-68d220b6">商品金额:</view><view class="data-v-68d220b6">{{order.real_amount}}</view></view><view class="list-box clear data-v-68d220b6"><view class="data-v-68d220b6">运费金额:</view><view class="data-v-68d220b6">{{order.payable_freight}}</view></view><view class="list-box clear data-v-68d220b6"><view class="data-v-68d220b6">订单总额:</view><view class="money data-v-68d220b6">{{order.order_amount}}</view></view></view></view><view class="btn data-v-68d220b6"><view data-event-opts="{{[['tap',[['onSubmit',['$event']]]]]}}" bindtap="__e" class="data-v-68d220b6">确认收货</view></view></view></block></view>