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
400 B
10 lines
400 B
<!--pages/process/order-check/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">订单日志</view>
|
|
</cu-custom>
|
|
|
|
<van-steps direction="column" dot="{{true}}" step-min-height="128" wx:if="{{form}}">
|
|
<van-step wx:for="{{form}}" wx:key="index" title="{{timeItem.description}}" describe="{{item.time}}"></van-step>
|
|
</van-steps>
|
|
|
|
<notification id="qn-notification"/>
|