You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
340 B
10 lines
340 B
|
4 years ago
|
<!--pages/user/order/expressInfo/index.wxml-->
|
||
|
|
<title title="物流信息"></title>
|
||
|
|
<view class="box" wx:for="{{expressList}}">
|
||
|
|
<view wx:for="{{item}}" class="item">
|
||
|
|
<view class="line"></view>
|
||
|
|
<view class="circle"></view>
|
||
|
|
<view class="title">{{item.AcceptStation}}</view>
|
||
|
|
<view>{{item.AcceptTime}}</view>
|
||
|
|
</view>
|
||
|
|
</view>
|