This commit is contained in:
灌糖包子 2021-12-22 18:45:31 +08:00
parent 616842235d
commit a5f857c0f4

View File

@ -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
}) })