1
This commit is contained in:
parent
b0d6db0f8a
commit
a1cd0acd25
@ -9,7 +9,7 @@ type taskMgr struct {
|
|||||||
sysMail
|
sysMail
|
||||||
repairOrder
|
repairOrder
|
||||||
refreshMeta
|
refreshMeta
|
||||||
contribution
|
//contribution
|
||||||
chainActivity
|
chainActivity
|
||||||
recharge
|
recharge
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@ func (this *taskMgr) Init() {
|
|||||||
this.sysMail.init()
|
this.sysMail.init()
|
||||||
this.repairOrder.init()
|
this.repairOrder.init()
|
||||||
//this.refreshMeta.init()
|
//this.refreshMeta.init()
|
||||||
this.contribution.init()
|
//this.contribution.init()
|
||||||
this.chainActivity.init()
|
this.chainActivity.init()
|
||||||
this.recharge.init()
|
this.recharge.init()
|
||||||
}
|
}
|
||||||
@ -28,7 +28,7 @@ func (this *taskMgr) Init() {
|
|||||||
func (this *taskMgr) UnInit() {
|
func (this *taskMgr) UnInit() {
|
||||||
this.recharge.unInit()
|
this.recharge.unInit()
|
||||||
this.chainActivity.unInit()
|
this.chainActivity.unInit()
|
||||||
this.contribution.unInit()
|
//this.contribution.unInit()
|
||||||
//this.refreshMeta.unInit()
|
//this.refreshMeta.unInit()
|
||||||
this.repairOrder.unInit()
|
this.repairOrder.unInit()
|
||||||
this.sysMail.unInit()
|
this.sysMail.unInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user