From 3673328730251736f9614793d9a75630c17b28f6 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 13 八月 2024 09:10:27 +0800
Subject: [PATCH] 修改未关泵补卡逻辑

---
 qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml b/qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml
index 4799161..9a73c6d 100644
--- a/qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml
+++ b/qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml
@@ -23,13 +23,19 @@
             android:id="@+id/red_name"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-
             android:text="鐢ㄦ埛濮撳悕锛�"
             android:textSize="@dimen/text_size" />
 
 
         <TextView
             android:id="@+id/red_initCode"
+            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_userCode"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginTop="15dp"
@@ -44,11 +50,11 @@
             android:text="鍏呭�奸噾棰濓細"
             android:textSize="@dimen/text_size" />
         <TextView
-            android:id="@+id/red_recharge_water"
+            android:id="@+id/red_recharge_balance"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginTop="15dp"
-            android:text="鍏呭�兼按閲忥細"
+            android:text="鍓╀綑閲戦锛�"
             android:textSize="@dimen/text_size" />
         <TextView
             android:id="@+id/red_remainder_blance"
@@ -58,13 +64,22 @@
             android:text="鍓╀綑閲戦锛�"
             android:visibility="gone"
             android:textSize="@dimen/text_size" />
+
         <TextView
-            android:id="@+id/red_surplusWater"
+            android:id="@+id/red_rechargeElectric"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginTop="15dp"
-            android:text="鍓╀綑姘撮噺锛�"
-            android:visibility="gone"
+            android:text="鍏呭�肩數閲忥細"
+            android:visibility="visible"
+            android:textSize="@dimen/text_size" />
+        <TextView
+            android:id="@+id/red_surplusElectric"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginTop="15dp"
+            android:text="鍓╀綑鐢甸噺锛�"
+            android:visibility="visible"
             android:textSize="@dimen/text_size" />
         <TextView
             android:id="@+id/red_rechargeDate"

--
Gitblit v1.8.0