fix:圣诞活动红点
This commit is contained in:
parent
88aa94bc09
commit
8a10552203
@ -361,7 +361,10 @@ export class HuoDongHongDianFun {
|
|||||||
// 检测 htype 6 七日登录活动红点
|
// 检测 htype 6 七日登录活动红点
|
||||||
ishd = await this.qiridengluHongDian(call, element)
|
ishd = await this.qiridengluHongDian(call, element)
|
||||||
}
|
}
|
||||||
|
if (element.htype == 8) {
|
||||||
|
// 检测 htype 8 圣诞活动红点
|
||||||
|
ishd = await this.christmasHongDian(call, element)
|
||||||
|
}
|
||||||
if (element.htype == 10) {
|
if (element.htype == 10) {
|
||||||
// 检测 htype 10 破冰活动红点
|
// 检测 htype 10 破冰活动红点
|
||||||
ishd = await this.pobinglibao(call, element)
|
ishd = await this.pobinglibao(call, element)
|
||||||
|
Loading…
Reference in New Issue
Block a user