This commit is contained in:
aozhiwei 2024-07-21 23:58:01 +08:00
parent d33ce068b0
commit ebdd6e41fd

View File

@ -121,7 +121,9 @@ func (this* refreshMeta) doRefresh() {
if lastContractAddress == "" {
lastContractAddress = v.contractAddress
} else if lastContractAddress != v.contractAddress {
this.internalRefresh(lastContractAddress, nftMetas)
lastContractAddress = v.contractAddress
nftMetas = []*nftMeta{}
}
f5.GetHttpCliMgr().SendGoStyleRequest(
mt.Table.Config.GetById(0).GetGameapiUrl() + "/webapp/index.php",