fix
lmw
2025-03-04 449bdb5d2b5bf7b272ca5cda4c066f9a65040064
app/src/main/java/com/sinata/xqmuse/ui/course/adapter/ChapterAdapter.kt
@@ -25,7 +25,7 @@
                tvAction.backgroundResource = R.drawable.bg_grey_14
            }else{
                tvAction.text = "去学习"
                tvAction.backgroundResource = R.drawable.bg_green_14
                tvAction.backgroundResource = R.drawable.bg_light_green_14
            }
        }
    }