Commit a2f760d9 by 杨树贤

全局原始币种

parent 3e5f8bdd
Showing with 2 additions and 0 deletions
......@@ -182,6 +182,8 @@ func InitSkuData(sku string) (data LySku) {
mpq := gjson.Get(sku, "mpq").Int()
data.Mpq = mpq
data.OriginCurrencySymbol = "$"
//递增量
Multiple := gjson.Get(sku, "multiple").Int()
if Multiple > 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment