fix 元旦红点
This commit is contained in:
parent
53a2becac5
commit
837e9b58c8
@ -23,6 +23,7 @@ export class Yuandanfun {
|
||||
exchange: {},
|
||||
taskfinish: [],
|
||||
taskval: await this.getTaskVal(call),
|
||||
qiandaoTime: data?.qiandaoTime || 0,
|
||||
refreshTime: G.time
|
||||
},
|
||||
}, {upsert: true, returnDocument: 'after'})).value
|
||||
|
@ -413,7 +413,7 @@ export class HuoDongHongDianFun {
|
||||
|
||||
if (data?.gameNum < _hd.data.gamefree) return {show: true}
|
||||
|
||||
if (!PublicShared.chkSameDate(data.qiandaoTime || 0, G.time)) {
|
||||
if (!PublicShared.chkSameDate(data?.qiandaoTime || 0, G.time)) {
|
||||
return {show: true}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user