数数:消耗来源
This commit is contained in:
@@ -222,6 +222,10 @@ export class Figure {
|
||||
unlockedId?: number[]; // 当前已经解锁了的type
|
||||
@prop({ required: true, default: false })
|
||||
unlocked: boolean = false; // 是否已解锁
|
||||
|
||||
// 埋点用
|
||||
inc?: number;
|
||||
reason?: number;
|
||||
|
||||
public get status () { // 虚拟字段status,当前头像是否已经解锁
|
||||
if(!this.unlocked) return this.unlocked; // 未解锁
|
||||
|
||||
Reference in New Issue
Block a user