Commit 4a0a5f2a by 黄静

hj

parent 15ecfcec
...@@ -42,7 +42,7 @@ class RiskComputer: ...@@ -42,7 +42,7 @@ class RiskComputer:
else: else:
if flag: if flag:
ret1 = ic.finance_Compute(indexItem) ret1 = ic.finance_Compute(indexItem)
if ret1 == "—": if ret1 == "—":
ret = "—" ret = "—"
else: else:
ret = float('%.2f' % ret1) ret = float('%.2f' % ret1)
......
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 to comment