From 07e08bd4804b99f6ceab90fb7d65490cf04e6494 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 14 五月 2024 14:33:03 +0800
Subject: [PATCH] 1.隐藏参数设置里的卡密码设置

---
 qihealonelibrary/src/main/res/layout/activity_recharge_detail_qha.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/qihealonelibrary/src/main/res/layout/activity_recharge_detail_qha.xml b/qihealonelibrary/src/main/res/layout/activity_recharge_detail_qha.xml
index 8cfaf8e..67f68e7 100644
--- a/qihealonelibrary/src/main/res/layout/activity_recharge_detail_qha.xml
+++ b/qihealonelibrary/src/main/res/layout/activity_recharge_detail_qha.xml
@@ -43,15 +43,28 @@
             android:layout_marginTop="15dp"
             android:text="鍏呭�奸噾棰濓細"
             android:textSize="@dimen/text_size" />
-
+        <TextView
+            android:id="@+id/red_recharge_water"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="15dp"
+            android:text="鍏呭�兼按閲忥細"
+            android:textSize="@dimen/text_size" />
         <TextView
             android:id="@+id/red_remainder_blance"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginTop="15dp"
             android:text="鍓╀綑閲戦锛�"
+            android:visibility="gone"
             android:textSize="@dimen/text_size" />
-
+        <TextView
+            android:id="@+id/red_surplusWater"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="15dp"
+            android:text="鍓╀綑姘撮噺锛�"
+            android:textSize="@dimen/text_size" />
         <TextView
             android:id="@+id/red_rechargeDate"
             android:layout_width="match_parent"

--
Gitblit v1.8.0