Commit d8295ea9 authored by David黄金龙's avatar David黄金龙

我的积分 使用真实数据

parent 405b7a74
...@@ -192,7 +192,7 @@ extension YHScorePersonInfoCell { ...@@ -192,7 +192,7 @@ extension YHScorePersonInfoCell {
return return
} }
nameLable.text = "DavidHuang for test"//model.user_info?.username ?? "-" nameLable.text = model.user_info?.username ?? "-"
phoneLable.text = model.user_info?.mobile ?? "-" phoneLable.text = model.user_info?.mobile ?? "-"
let score : String = String(model.total_score?.sum_score ?? 0) let score : String = String(model.total_score?.sum_score ?? 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 to comment