@@ -1067,7 +1057,7 @@ onMounted(async function () {
{{ $t('common_add.similarCosumeRecords') }}
- · {{ ReadCookiesValue.payTime }} {{ $t('common_add.buy') }} 【{{ addConsume.goodsName }}】【{{ $t('common_add.orderStatus') }}: {{ orderStatus }}】({{
+ · {{ ReadCookiesValue.payTime }} {{ $t('common_add.buy') }} 【{{ addConsume.goodsName.value }}】【{{ $t('common_add.orderStatus') }}: {{ orderStatus }}】({{
$t('common_add.operator') }}: {{ adminData.adminName }})
diff --git a/src/views/recharge/gold/addCoinRecharge.vue b/src/views/recharge/gold/addCoinRecharge.vue
index 79fc505..dc25880 100644
--- a/src/views/recharge/gold/addCoinRecharge.vue
+++ b/src/views/recharge/gold/addCoinRecharge.vue
@@ -121,7 +121,7 @@ const add = async function () {
WriteCookies.value = `coinRecharge-${recharge.value.jwcode}-${recharge.value.permanentGold}-${recharge.value.freeGold}`
//value 为充值时间
WriteCookiesVale.value = JSON.stringify({
- payTime: recharge.value.payTime,
+ payTime: moment(resultProps.data.createTime).format("YYYY-MM-DD HH:mm:ss"),
orderCode: result.data
});
// 设置cookies,用户jwcode为key,value也是jwcode,过期时间为1天