Commit 7c683edd authored by David黄金龙's avatar David黄金龙

Merge branch 'davidhuang' into develop

* davidhuang:
  我的积分 使用真实数据

# Conflicts:
#	galaxy/galaxy/Classes/Tools/NetWork/YHNetRequest.swift
parents 5d453a28 d8295ea9
......@@ -192,7 +192,7 @@ extension YHScorePersonInfoCell {
return
}
nameLable.text = "DavidHuang for test"//model.user_info?.username ?? "-"
nameLable.text = model.user_info?.username ?? "-"
phoneLable.text = model.user_info?.mobile ?? "-"
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