|
@@ -180,8 +180,8 @@ func convert2DtoNode(node *model.Node) dto.Node {
|
|
|
icon = "http://v.starttransfernow.com/static/DE.jpg"
|
|
|
} else if node.CountryCode == "HK" {
|
|
|
icon = "http://v.starttransfernow.com/static/HK.jpg"
|
|
|
- } else if node.CountryCode == "JA" {
|
|
|
- icon = "http://v.starttransfernow.com/static/JA.jpg"
|
|
|
+ } else if node.CountryCode == "JP" {
|
|
|
+ icon = "http://v.starttransfernow.com/static/JP.jpg"
|
|
|
} else if node.CountryCode == "US" {
|
|
|
icon = "http://v.starttransfernow.com/static/US.jpg"
|
|
|
}
|