Vanessa 2023-03-22 14:32:29 +08:00
parent 1b0325d576
commit c84338911a

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