lmw
2024-06-19 046174d13aeee8ed585ab2d4e28b8bce272e0217
文件管理权限移到里面
1个文件已删除
4个文件已修改
30 ■■■■ 已修改文件
.idea/runConfigurations.xml 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/dollearn/student/MainActivity.kt 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/dollearn/student/ui/home/SeasonAdapter.kt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/dollearn/student/ui/login/LoginActivity.kt 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/item_season.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/runConfigurations.xml
File was deleted
app/src/main/java/com/dollearn/student/MainActivity.kt
@@ -140,16 +140,6 @@
        super.onResume()
        if (tab_bar.currentTab == 1)
            EventBus.getDefault().post(EmptyEvent(Const.EventCode.CHANGE_COURSDATA))
        checkCompetition()
    }
    private fun checkCompetition() {
        HttpManager.getCompletedWorldCupTips().request(this,false){_,data->
            if (data?:0!=0){
                val competitionTipDialog = CompetitionTipDialog()
                competitionTipDialog.showAllowingStateLoss(supportFragmentManager,"ct")
            }
        }
    }
    override fun onDestroy() {
app/src/main/java/com/dollearn/student/ui/home/SeasonAdapter.kt
@@ -12,5 +12,4 @@
        holder.setText(R.id.tv_name,data)
        holder.bind<TextView>(R.id.tv_name).isSelected = position == checked
    }
}
app/src/main/java/com/dollearn/student/ui/login/LoginActivity.kt
@@ -70,10 +70,10 @@
    }
    override fun initView() {
        //todo test
        et_phone.setText("18111223301")
        et_code.setText("123456")
        cb_rule.isChecked = true
//        //todo test
//        et_phone.setText("18111223301")
//        et_code.setText("123456")
//        cb_rule.isChecked = true
        bg_title.gone()
        titleBar.gone()
app/src/main/res/layout/item_season.xml
@@ -11,6 +11,7 @@
        android:gravity="center"
        android:paddingVertical="19dp"
        android:text="第一季"
        android:textSize="18sp"
        android:textColor="@color/selector_blue_grey"/>
    <View
        android:layout_width="match_parent"