From 954eaed548efb75b3dc79343587acb79e53d214d Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 23 八月 2024 17:19:59 +0800
Subject: [PATCH] 优化写卡逻辑,再次读取内容确认写卡成功再提示成功

---
 qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml b/qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml
index 6b46f5f..83d92d5 100644
--- a/qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml
+++ b/qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml
@@ -120,7 +120,26 @@
                         android:textSize="@dimen/new_card_size" />
 
                 </LinearLayout>
+                <LinearLayout
+                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:layout_marginTop="15dp"
+                    android:orientation="horizontal">
 
+                    <TextView
+                        android:layout_width="wrap_content"
+                        android:layout_height="wrap_content"
+                        android:text="鐢ㄦ埛缂栧彿锛�"
+                        android:textSize="@dimen/text_size" />
+
+                    <TextView
+                        android:id="@+id/red_userCode"
+                        android:layout_width="match_parent"
+                        android:layout_height="wrap_content"
+                        android:text=""
+                        android:textSize="@dimen/new_card_size" />
+
+                </LinearLayout>
                 <LinearLayout
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
@@ -132,7 +151,7 @@
 
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
-                        android:text="鍓╀綑閲戦锛�"
+                        android:text="鍏呭�煎悗鍓╀綑閲戦锛�"
                         android:textSize="@dimen/text_size" />
 
                     <TextView
@@ -144,13 +163,13 @@
                 </LinearLayout>
 
                 <TextView
-                    android:id="@+id/red_remainder_water"
+                    android:id="@+id/red_balance_electric"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_marginTop="15dp"
-                    android:text="鍓╀綑姘撮噺锛�"
+                    android:text="鍓╀綑鐢甸噺锛�"
                     android:textSize="@dimen/text_size"
-                    android:visibility="gone" />
+                    android:visibility="visible" />
 
                 <TextView
                     android:id="@+id/red_rechargeDate"

--
Gitblit v1.8.0