From 59237ecbcb9828b1dc762da07f83fa598bd9d6b2 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 03 六月 2025 18:07:01 +0800 Subject: [PATCH] fix(NewCard2Activity): 优化读卡逻辑 --- qihealonelibrary/src/main/res/layout/activity_red_card_qha.xml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/qihealonelibrary/src/main/res/layout/activity_red_card_qha.xml b/qihealonelibrary/src/main/res/layout/activity_red_card_qha.xml index ccd3296..b6094af 100644 --- a/qihealonelibrary/src/main/res/layout/activity_red_card_qha.xml +++ b/qihealonelibrary/src/main/res/layout/activity_red_card_qha.xml @@ -60,16 +60,18 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="15dp" - android:visibility="gone" android:text="鍓╀綑閲戦锛�" - android:textSize="@dimen/text_size" /> + android:textSize="@dimen/text_size" + android:visibility="visible" /> + <TextView android:id="@+id/red_remainder_water" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="15dp" android:text="鍓╀綑姘撮噺锛�" - android:textSize="@dimen/text_size" /> + android:textSize="@dimen/text_size" + android:visibility="gone"/> <TextView android:id="@+id/red_rechargeDate" -- Gitblit v1.8.0