lmw
2024-10-25 314b67e56f24f7bce040ae2b5d57c7eac7b197a9
app/src/main/java/com/sinata/xqmuse/ui/mine/VipActivity.kt
@@ -23,6 +23,7 @@
    private val adapter = VipPriceAdapter(price)
    override fun initClick() {
        iv_back.setOnClickListener { finish() }
        adapter.setOnItemClickListener { view, position ->
            adapter.checked = position
            adapter.notifyDataSetChanged()