Commit f136cd71 authored by yinjiacheng's avatar yinjiacheng

fix SHQBD-662 商户管理中心默认隐藏钱包模块

parent 47027e28
......@@ -152,8 +152,6 @@ class MerchantCenterActivity : BaseActivity<ActivityMerchantCenterBinding>(), Me
if (configData.isShowWallet == Constant.MERCHANT_SERVICE_SHOW) {
viewBind.avMerchantAsset.isVisible = true
viewBind.avMerchantAsset.setMerchantAssetData("0.00", "0.00")
} else {
viewBind.avMerchantAsset.isVisible = false
}
// 展示底部浮窗
showMerchantCenterBottomHint(lifeAccountData)
......
......@@ -38,6 +38,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:visibility="gone"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/lv_life_account_label" />
......
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