Commit b11cc264 authored by youjie's avatar youjie

no message

parent 8b106572
......@@ -190,8 +190,7 @@ methods: {
},
(res) => {
if (res.data.resultCode == 1) {
const timeStamp = Date.now(res.data.data.CreateTime)
res.data.data.CreateTime = date.formatDate(timeStamp, 'YYYY-MM-DD hh:mm')
res.data.data.CreateTime = date.formatDate(res.data.data.CreateTime, 'YYYY-MM-DD HH:mm:ss')
this.detail = res.data.data
this.orderIcon = ["","icontime1","iconsuccess", "iconsuccess", "icontishi"][this.detail.OrderStatus]
this.iconColor = ["","blue","blue", "green", "grey"][this.detail.OrderStatus]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment