Commit 0cb2faf0 authored by 李尚科's avatar 李尚科

Fix

parent 96eda6c2
Pipeline #14344 passed with stage
in 5 seconds
......@@ -210,7 +210,7 @@ class OrderService extends Service {
const price = await this.updateOrderPrice(order);
const type = order.type;
const countdown = moment(order.state_time).format('X') - moment(new Date()).format('X') + 86400;
const countdown = moment(order.order_time).format('X') - moment(new Date()).format('X') + 86400;
const ret = {
price,
original_price: order.price,
......
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