This commit is contained in:
Gao xiaosong
2020-07-14 00:07:15 +08:00
parent e8240a54a7
commit e4535bf89f
15 changed files with 96 additions and 58 deletions

View File

@ -5,7 +5,7 @@
<view class="data" :class="refundOrder ? 'on' : ''">
<view class="state">{{ orderInfo._status._msg }}</view>
<view>
<data-format :date="orderInfo.addTime"></data-format>
{{ orderInfo.createTime }}
</view>
</view>
</view>