Commit 98f1f04d authored by shiyl's avatar shiyl

delete 删除冗余代码

parent 108e882d
......@@ -47,11 +47,9 @@ class MerchantAssetView @JvmOverloads constructor(
override fun onClick(v: View?) {
when (v?.id) {
R.id.tv_wallet_balance,
R.id.tv_to_wallet_balance -> {
R.id.tv_wallet_balance -> {
// 进入钱包
callback?.toMyWallet(viewBinding.tvWalletBalance.text.toString())
XPageManager.push(XRouterPathConstants.MY_WALLET, null)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment