Commit bd87f60f authored by maxiaoliang's avatar maxiaoliang

修改排名显示

parent beeaf602
......@@ -485,7 +485,8 @@ object MainDialog {
val df = DecimalFormat("0.00")
val d = awardCents.toDouble() / 100.00
tvmoneycount.text = "${df.format(d)}"
tvrank.text = "${rank}"
tvrank.text = "第${rank}名"
mDialogView.findViewById<TextView>(R.id.id_tv_get).setOnClickListener {
mDialog.dismiss()
mListener.onCloseViewSuccess(true)
......
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