fix: 优化邀请
This commit is contained in:
@@ -7,9 +7,10 @@ export interface CardFlipStatusOutput {
|
||||
canFlip: boolean; // 是否可以翻牌
|
||||
myInviteCode?: string; // 用户的邀请码
|
||||
invitedCount: number; // 本周邀请人数
|
||||
isInvited: boolean; // 是否已被邀请
|
||||
// isInvited: boolean; // 是否已被邀请
|
||||
flipRecords: CardFlipRecord[]; // 翻牌记录
|
||||
nextFlipTip?: string; // 下次可翻牌提示
|
||||
isFilledInviteCode: boolean;// 当前用户是否已经填写过邀请码
|
||||
}
|
||||
|
||||
// 翻牌记录
|
||||
|
||||
Reference in New Issue
Block a user