Pārlūkot izejas kodu

Merge branch '推广版' of https://git.jdnx.me/tomy/JD_iOS into 推广版

culturetown 2 nedēļas atpakaļ
vecāks
revīzija
b5edfee3af
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Koala/Koala/FX/Macro/PublicMethod.swift

+ 2 - 2
Koala/Koala/FX/Macro/PublicMethod.swift

@@ -1265,11 +1265,11 @@ func currencyForMarket(market: String) -> String {
 }
 
 func currencyForMTCode(mtCode: String, market: String) -> String {
-    if mtCode == "SH" {
+    if mtCode == "CN" {
         return "CNY"
     } else if mtCode == "US" {
         return "USD"
-    } else if mtCode == "SZ" {
+    } else if mtCode == "CN" {
         return "CNY"
     } else if mtCode == "HK" {
         return "HKD"