index.wxml 2.2 KB

1
  1. <view class="deliveryDetail" style="{{(colorStyle)}}"><view class="header"><block wx:if="{{deliveryInfo.delivery_id}}"><view class="title on">{{deliveryInfo.deliveryOrder.finish_code}}</view></block><block wx:else><view class="title">待接单</view></block><view class="tip">{{deliveryInfo.delivery_id?'稍后请将收货码告诉配送员':'等待配送员接单完成后开始派送'}}</view><block wx:if="{{deliveryInfo.delivery_id}}"><view class="picTxt acea-row row-between-wrapper"><view class="left acea-row row-middle"><view class="pictrue"><image src="../static/delivery.png"></image></view><view class="text"><view class="name line1">{{deliveryInfo.delivery_name}}</view><view>{{deliveryInfo.delivery_id}}</view></view></view><view data-event-opts="{{[['tap',[['call',['$0'],['deliveryInfo.delivery_id']]]]]}}" class="icon" bindtap="__e"><text class="iconfont icon-dianhua"></text></view></view></block><block wx:else><view class="picTxt acea-row row-between-wrapper"><view class="pictrue"><image src="../static/dispatch.png"></image></view><view class="text">系统派单中...</view></view></block></view><view class="delivery"><view class="info"><view class="title">收件人信息</view><view class="item acea-row row-between row-top"><view class="name">姓名:</view><view class="text">{{deliveryInfo.deliveryOrder.user_name}}</view></view><view class="item acea-row row-between row-top"><view class="name">手机号:</view><view class="text">{{deliveryInfo.deliveryOrder.receiver_phone}}</view></view><view class="item acea-row row-between row-top"><view class="name">地址:</view><view class="text">{{deliveryInfo.deliveryOrder.to_address}}</view></view></view><block wx:if="{{$root.g0}}"><view class="list"><block wx:for="{{expressList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item"><view class="{{['circular','acea-row','row-center-wrapper',index===0?'on':'']}}"><block wx:if="{{index===0}}"><text class="iconfont icon-complete"></text></block></view><view class="{{['text',index===0?'on-font':'']}}"><view>{{item.label}}</view><view class="{{['data',index===0?'on-font on':'']}}">{{item.time}}</view></view></view></block></view></block></view></view>