Merge branch 'master' of http://git.kingsome.cn/node/card_info_svr
This commit is contained in:
commit
999f568554
@ -72,6 +72,7 @@ export default class DaySignController extends BaseController {
|
||||
for (let obj of cfgs) {
|
||||
obj.status = 0
|
||||
}
|
||||
record.markModified('data')
|
||||
record.data.clear()
|
||||
record.last = 0
|
||||
betweenDays = 1
|
||||
|
@ -65,6 +65,8 @@ class GameRecordClass extends Base<string>{
|
||||
|
||||
@prop()
|
||||
public matchid: string;
|
||||
@prop()
|
||||
public mode: number;
|
||||
|
||||
|
||||
@prop({_id: false, type: () => [GamePlayer]})
|
||||
|
Loading…
x
Reference in New Issue
Block a user