From b0a18ddd3b587de64e3d3ddd43c96215a08b9f03 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Thu, 20 Nov 2025 14:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=95=B0=E6=8D=AE=E8=BD=AC=E5=8C=96?= =?UTF-8?q?=E4=B8=BA10=E8=BF=9B=E5=88=B6=E6=8B=BC=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/memorial/nfcPairing.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/memorial/nfcPairing.vue b/pages/memorial/nfcPairing.vue index 238b811..aba2639 100644 --- a/pages/memorial/nfcPairing.vue +++ b/pages/memorial/nfcPairing.vue @@ -681,7 +681,7 @@ export default { ), ); - // 转换为十六进制字符串(每字节两位,不足不补0) + // 转换为十进制字符串 // NFC 卡号通常按照字节顺序(大端序)存储 cardNo = bytes.join("").toUpperCase();