Fix(提现记录):[#1319]提现记录日期显示错误

This commit is contained in:
lifizer
2024-04-26 23:01:45 +08:00
parent 320ba71ca3
commit dee76a7407
+1 -1
View File
@@ -19,7 +19,7 @@
({{ item['status'] === -1 ? '提现失败' : item['status'] === 1 ? '已提现' : '提现中' }})
</text>
</view>
<view style="margin-top: 10rpx;color:#666666;font-size: 28rpx">2023-08-21 16:10:10</view>
<view style="margin-top: 10rpx;color:#666666;font-size: 28rpx">{{ item.createTime }}</view>
</view>
</view>