Commit 1df433e5 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 16215d67
......@@ -58,7 +58,7 @@ class PayYesDialog(
if (vipBean.trial == 0) {
//0-没签约 无0.01
tv_dialog_vip_count.text = SpanUtils()
.append("" + vipBean.price)
.append("" + 0.01)
.setFontSize(30, true)
.append(" 元")
.setFontSize(16, 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