lmw
2024-06-18 1f45a54dc8e149548d3a61d1228741627aa4f23e
app/src/main/java/com/dollearn/student/MainActivity.kt
@@ -99,9 +99,6 @@
    fun onSwitch(e:EmptyEvent){
        if (e.code == Const.EventCode.SWITCH_HOME){
            switchHome()
        }else if(e.code == Const.EventCode.CHANGE_STARTCLASS){
            tab_bar.currentTab = 1
            onTabSelect(1)
        }else if(e.code == Const.EventCode.CHANGE_WELFARE){
            tab_bar.currentTab = 2
            onTabSelect(2)