From f5180b600511d1871635bd364beb5bdd15f6ae88 Mon Sep 17 00:00:00 2001
From: zuojincheng <lf_zuo@163.com>
Date: 星期三, 26 三月 2025 18:05:07 +0800
Subject: [PATCH] feat(nfc): 优化 NFC写卡功能并添加新方法- 在 BaseNfcWriteHelper 中添加了新的 writeData 方法,增加了 isConnect 参数 - 优化了 NativeNfcWriteHelper 中的 writeData 实现,支持选择性连接 NFC - 更新了 NfcWriteAdapter,支持新的 writeData 方法- 修改了 NfcWreatHelper 中的 writeData 方法,使用新的接口 - 优化了 NfcWreatActivity 中的写卡逻辑

---
 qihealonelibrary/src/main/res/layout/qihe_item_recharge.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/qihealonelibrary/src/main/res/layout/qihe_item_recharge.xml b/qihealonelibrary/src/main/res/layout/qihe_item_recharge.xml
index 68325b5..198d4c8 100644
--- a/qihealonelibrary/src/main/res/layout/qihe_item_recharge.xml
+++ b/qihealonelibrary/src/main/res/layout/qihe_item_recharge.xml
@@ -36,14 +36,14 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:layout_weight="1"
-                android:text="閲戦锛�"
+                android:text="鍏呭�奸噾棰濓細"
                 android:textSize="14sp" />
             <TextView
-                android:id="@+id/rachagerWater"
+                android:id="@+id/balance"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:layout_weight="1"
-                android:text="鍏呭�兼按閲忥細"
+                android:text="鍓╀綑閲戦锛�"
                 android:textSize="14sp" />
 
 <!--            <TextView-->
@@ -59,6 +59,7 @@
                 android:layout_height="wrap_content"
                 android:layout_weight="1"
                 android:text="鍓╀綑姘撮噺锛�"
+                android:visibility="gone"
                 android:textSize="14sp" />
 
             <TextView

--
Gitblit v1.8.0