1
This commit is contained in:
parent
809b4c6525
commit
f75c05abfa
@ -55,7 +55,7 @@ type refreshMeta struct {
|
|||||||
|
|
||||||
func (this* refreshMeta) init() {
|
func (this* refreshMeta) init() {
|
||||||
this.batchNfts = []*nftInfo{}
|
this.batchNfts = []*nftInfo{}
|
||||||
//go this.process()
|
go this.process()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this* refreshMeta) unInit() {
|
func (this* refreshMeta) unInit() {
|
||||||
|
@ -17,13 +17,13 @@ func (this *taskMgr) Init() {
|
|||||||
this.repairNft.init()
|
this.repairNft.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()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *taskMgr) UnInit() {
|
func (this *taskMgr) 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()
|
||||||
this.repairNft.unInit()
|
this.repairNft.unInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user