Commit 2f719c9d authored by jyx's avatar jyx

代码优化

parent 2ff5385b
......@@ -439,7 +439,9 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
mainHandler.postDelayed(
{
showPayCancelDialog()
if (vipAdapter.getPosition() == 0) {
showPayCancelDialog()
}
},
2000
)
......
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