From a5f857c0f469733c5cf7f4b1ff02b0766c0b9c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Wed, 22 Dec 2021 18:45:31 +0800 Subject: [PATCH] today --- src/views/Introduce.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Introduce.vue b/src/views/Introduce.vue index 7406a4e..7290c35 100644 --- a/src/views/Introduce.vue +++ b/src/views/Introduce.vue @@ -95,7 +95,7 @@ export default { } else { this.currentCard = await this.$http.post('/api/rainbow_card/card/random') history.push({ - date: today, + date: dayjs().format('YYYY-MM-DD'), num: this.currentCard.num, typeCode: this.currentCard.typeCode })