fix 充值成功后节点初始化
This commit is contained in:
parent
405f6471d6
commit
31c535ae11
|
|
@ -415,9 +415,10 @@ class NewMainActivity : BaseActivity() {
|
|||
setExpireDate()
|
||||
fragments.filterIsInstance<NewAccFragment>().forEach { it.setExpireDate() }
|
||||
checkPayResultDia?.dismiss()
|
||||
mainAtyVM.getAirNodes()
|
||||
RxToast.info("更新用户信息成功")
|
||||
} else {
|
||||
RxToast.info("未查询到已支付")
|
||||
RxToast.info("未查询到已支付,如果长时间未到账请关闭App重新打开.")
|
||||
}
|
||||
} else {
|
||||
RxToast.info("查询失败")
|
||||
|
|
@ -761,6 +762,7 @@ class NewMainActivity : BaseActivity() {
|
|||
getCustomView().findViewById<TextView>(R.id.tv_pay_finish).setOnClickListener {
|
||||
mainAtyVM.checkLogin()
|
||||
showBindAccount()
|
||||
dismiss()
|
||||
}
|
||||
getCustomView().findViewById<TextView>(R.id.tv_pay_cancle).setOnClickListener {
|
||||
dismiss()
|
||||
|
|
@ -788,6 +790,7 @@ class NewMainActivity : BaseActivity() {
|
|||
getCustomView().findViewById<TextView>(R.id.tv_pay_finish).setOnClickListener {
|
||||
//跳转到绑定邮箱界面
|
||||
showBingDialogChoose()
|
||||
dismiss()
|
||||
}
|
||||
getCustomView().findViewById<TextView>(R.id.tv_pay_cancle).setOnClickListener {
|
||||
dismiss()
|
||||
|
|
|
|||
|
|
@ -180,8 +180,6 @@ class NewAccFragment : BaseFragment(), CoroutineScope by CoroutineScope(Dispatch
|
|||
setProxyModeView(NewMainActivity.newMainActGlo)
|
||||
}
|
||||
|
||||
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue