express-detail.wxml 2.1 KB

1
  1. <app-layout vue-id="2990f461-1" class="data-v-64f0b793" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{is_show}}"><view class="express-box data-v-64f0b793"><view class="box-grow-1 top-box dir-left-wrap data-v-64f0b793"><view class="box-grow-0 cross-center main-center data-v-64f0b793"><image class="goods-pic data-v-64f0b793" mode="aspectFill" src="{{cover_pic}}"></image></view><view class="dir-top-wrap box-grow-1 data-v-64f0b793"><view class="dir-left-nowrap data-v-64f0b793"><text class="box-grow-0 label data-v-64f0b793">物流状态:</text><text class="box-grow-0 sign-text data-v-64f0b793">{{''+(expressDetail.status_text?expressDetail.status_text:'未知')+''}}</text></view><view class="dir-left-nowrap data-v-64f0b793"><text class="box-grow-0 label data-v-64f0b793">快递公司:</text><text class="box-grow-0 data-v-64f0b793">{{order.express}}</text></view><view class="dir-left-nowrap cross-center data-v-64f0b793"><text class="box-grow-0 label data-v-64f0b793">快递单号:</text><text class="box-grow-1 data-v-64f0b793">{{order.express_no}}</text><view data-event-opts="{{[['tap',[['copyText',['$event']]]]]}}" class="box-grow-0 detail-btn data-v-64f0b793" bindtap="__e">复制</view></view></view></view><view class="logistics-box dir-top-wrap data-v-64f0b793"><block wx:if="{{expressDetail.list}}"><block class="data-v-64f0b793"><view class="item-box data-v-64f0b793"><block wx:for="{{expressDetail.list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="{{['dir-top','item','data-v-64f0b793',(index==0?true:false)?'sign-text':'']}}"><block wx:if="{{index==0}}"><image class="sign-big data-v-64f0b793" src="/static/image/icon/order/point-green.png"></image></block><block wx:else><image class="sign data-v-64f0b793" src="/static/image/icon/order/point-gray.png"></image></block><view class="data-v-64f0b793">{{item.desc}}</view><view class="data-v-64f0b793">{{item.datetime}}</view></view></block></view></block></block><block wx:else><view class="main-center empty-box data-v-64f0b793"><view class="data-v-64f0b793">暂无物流信息</view></view></block></view></view></block></app-layout>