Commit 4459ea27 authored by mengcuiguang's avatar mengcuiguang

领取贡献值后刷新

parent d18b5696
...@@ -333,7 +333,11 @@ open class MyPresenter : BasePresenter<MyView>() { ...@@ -333,7 +333,11 @@ open class MyPresenter : BasePresenter<MyView>() {
if (isLinkView) return if (isLinkView) return
val code = baseResponse.getStatus() val code = baseResponse.getStatus()
when (code) { when (code) {
200 -> view.showToast("领取成功!")
200 ->{
getHallBaseMsg()
view.showToast("领取成功!")
}
} }
} }
}) })
......
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