lmw
2024-11-26 b8d8f9b855fdd453d06d78d2565f091db208ec8e
app/src/main/java/com/sinata/xqmuse/dialog/SendConfirmDialog.kt
@@ -19,7 +19,7 @@
            callback?.onResult("ok")
            dismissAllowingStateLoss()
        }
        tv_price.text = arguments?.getString("price")
        tv_price.text = "¥"+arguments?.getString("price")
    }
    companion object{