Vanessa 2023-03-22 14:32:29 +08:00 committed by Liang Ding
parent 7ebce7e3b6
commit 247478fec6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -195,7 +195,8 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
fetchPost(type === "-3" ? "/api/riff/skipReviewRiffCard" : "/api/riff/reviewRiffCard", {
deckID: blocks[index].deckID,
cardID: blocks[index].cardID,
rating: parseInt(type)
rating: parseInt(type),
reviewedCardIDs: blocks
}, () => {
/// #if MOBILE
if (type !== "-3" &&