Commit 0f6e9b19 authored by David黄金龙's avatar David黄金龙

修改 一处工作经验的 bug

parent d9b58cf6
...@@ -259,7 +259,7 @@ private extension YHPreviewViewModel { ...@@ -259,7 +259,7 @@ private extension YHPreviewViewModel {
var ttt = "" var ttt = ""
if model.turnover == 0 { if model.turnover == 0 {
ttt = title.defaultStringIfEmpty() ttt = "0"
} else { } else {
ttt = String(model.turnover).defaultStringIfEmpty() ttt = String(model.turnover).defaultStringIfEmpty()
} }
......
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