Commit d1b13641 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 1df433e5
......@@ -55,7 +55,7 @@ class PayYesDialog(
iv_dialog_vip_quit.setOnClickListener(listener)
tv_dialog_vip_next.setOnClickListener(listener)
if (vipBean.trial == 0) {
if (vipBean.price == 0.0) {
//0-没签约 无0.01
tv_dialog_vip_count.text = SpanUtils()
.append("" + 0.01)
......
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