today
This commit is contained in:
parent
616842235d
commit
a5f857c0f4
@ -95,7 +95,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.currentCard = await this.$http.post('/api/rainbow_card/card/random')
|
this.currentCard = await this.$http.post('/api/rainbow_card/card/random')
|
||||||
history.push({
|
history.push({
|
||||||
date: today,
|
date: dayjs().format('YYYY-MM-DD'),
|
||||||
num: this.currentCard.num,
|
num: this.currentCard.num,
|
||||||
typeCode: this.currentCard.typeCode
|
typeCode: this.currentCard.typeCode
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user