Vanessa
2023-03-22 14:32:29 +08:00
committed by Liang Ding
parent 7ebce7e3b6
commit 247478fec6

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" &&