lmw
2025-03-07 1337b3159b6e0f1d6d2edc7c95f2127345d9f671
app/src/main/java/com/sinata/xqmuse/dialog/SendConfirmDialog.kt
@@ -17,8 +17,9 @@
    override fun initView() {
        tv_action.setOnClickListener {
            callback?.onResult("ok")
            dismissAllowingStateLoss()
        }
        tv_price.text = arguments?.getString("price")
        tv_price.text = "¥"+arguments?.getString("price")
    }
    companion object{