Commit 1e40b3e8 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent ac5a351a
...@@ -232,11 +232,11 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, ...@@ -232,11 +232,11 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
.setFontSize(10, true) .setFontSize(10, true)
.setForegroundColor(Color.parseColor("#A24240")) .setForegroundColor(Color.parseColor("#A24240"))
.create() .create()
tvVipAgreement.text = "点击购买即表示您同意《自动续费协议》"
} else { } else {
tvVipPay.text = bean.buttonText tvVipPay.text = bean.buttonText
tvVipAgreement.text = "点击购买即表示您同意《会员付费协议》"
} }
tvVipAgreement.text = "点击购买即表示您同意《自动续费协议》"
} else { } else {
tvVipPay.text = "立即开通" tvVipPay.text = "立即开通"
tvVipAgreement.text = "点击购买即表示您同意《会员付费协议》" tvVipAgreement.text = "点击购买即表示您同意《会员付费协议》"
......
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