fix:圣诞活动红点
This commit is contained in:
parent
1b222a9fc6
commit
ec3d872390
@ -364,6 +364,10 @@ export class HuoDongHongDianFun {
|
||||
// 检测 htype 6 七日登录活动红点
|
||||
ishd = await this.qiridengluHongDian(call, element)
|
||||
}
|
||||
if (element.htype == 8) {
|
||||
// 检测 htype 8 圣诞活动红点
|
||||
ishd = await this.christmasHongDian(call, element)
|
||||
}
|
||||
|
||||
// 此活动有红点
|
||||
if (ishd.show) {
|
||||
|
Loading…
Reference in New Issue
Block a user