diff --git a/orderDetails/cardOrder.html b/orderDetails/cardOrder.html index 7f5ae44..07ad19a 100644 --- a/orderDetails/cardOrder.html +++ b/orderDetails/cardOrder.html @@ -25,7 +25,7 @@ alt="" class="dashedline"> @@ -84,8 +84,8 @@ const orderNumber = sessionStorage.getItem('orderNumber'); req.axiosGet(`/key/order/detail/${orderNumber}`).then(res => { if (res.code == 200) { - const { product_name, recharge_time, status, show_url, card_number, card_password } = res.data; - goods.value = { product_name, recharge_time, status, show_url, card_number, card_password, card_show: res.data.goods.card_show }; + const { product_name, status, show_url, card_number, card_password } = res.data; + goods.value = { product_name, time: res.data.goods.end_time, status, show_url, card_number, card_password, card_show: res.data.goods.card_show }; } }); }