Commit 3cfbe981 authored by 徐士卿's avatar 徐士卿

index

parent a582ba58
......@@ -84,38 +84,24 @@ class Store {
}
indexData: {
actStartTime?: number,
actEndTime?: number,
currentTime?: number,
guideFlag?: boolean,
creditsNum?: number,
expireDays?: number,
currentStoreNum?: number,
storeLimitNum?: number,
continueSignDays?: number,
todaySignFlag?: boolean,
signRecords?: {
id: string,
day: number,
creditsNum: number,
boolSign: boolean,
}[],
// overflowBubble?: IOverflowBubbleInfo,
// bubbleRecords?: IBubbleInfo[],
returnAwardCreditsNum?: number,
downGoldVo?: {
creditsNum: number,
multipleValue: number,
taskId: string,
url: string,
actStartTime?: number, // 对应mock中的actStartTimestamp
actEndTime?: number, // 对应mock中的actEndTimestamp
currentTime?: number, // 对应mock中的currentTimestamp
answerChance?: number,
rank?: number,
uid?: string,
avatar?: string,
isAgent?: boolean,
agreePrivacy?: boolean,
boundYkCode?: string,
validUid?: boolean,
rulePop?: boolean,
rankPop?: {
prizeName?: string | null,
prizeImg?: string,
rank?: number
},
isAgent:string,
agreePrivacy:boolean,
} = {};
firstIn = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment