From ff88e6d96d279fe995bb176947c86cd766aa6545 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 25 Nov 2025 10:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=8C=E4=BD=8D=E7=AE=A1=E7=90=86=E8=89=B2?= =?UTF-8?q?=E7=B3=BB=E4=BF=AE=E6=94=B90.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/memorial/nfcPairing.vue | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pages/memorial/nfcPairing.vue b/pages/memorial/nfcPairing.vue index da31607..7f6e7f1 100644 --- a/pages/memorial/nfcPairing.vue +++ b/pages/memorial/nfcPairing.vue @@ -21,10 +21,11 @@ {{ nfcStatusText }} - - - - 请打开NFC + + + + 请打开NFC + @@ -79,13 +80,14 @@ class="memorial-info-section" > - 区域名称 - {{ memorialInfo.regionName || "-" }} - - - 编码 - {{ memorialInfo.code || "-" }} + 区域编码 + + {{ memorialInfo.regionName || "-" + }}{{ memorialInfo.code || "-" }} + + MAC 地址 {{ memorialInfo.mac || "-" }} @@ -938,7 +940,7 @@ export default {