From 698a8ed05bfaffb64a6776bac174e1d8876c2c01 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 15 Apr 2025 11:50:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20nfc=E5=8D=A1=E5=86=99=E5=85=A5?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++--- pages/adminNfc/nfcResult.vue | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 pages/adminNfc/nfcResult.vue diff --git a/pages.json b/pages.json index 8628369..b0cc81e 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,13 @@ "navigationBarTitleText": "nfc卡写入" } }, + { + "path": "pages/adminNfc/nfcResult", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "nfc卡写入" + } + }, { "path": "pages/adminMy/index", "style": { @@ -279,10 +286,8 @@ // 当我们进入了pages/index/index页面以后就会预下载pages/subPack分包 "pages/index/index": { "network": "all", //在指定网络下预下载,可选值为:all(不限网络)、wifi(仅wifi下预下载) - "packages": [ - "pages/subPack" - ] //进入页面后预下载分包 + "packages": ["pages/subPack"] //进入页面后预下载分包 } }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/pages/adminNfc/nfcResult.vue b/pages/adminNfc/nfcResult.vue new file mode 100644 index 0000000..9374d1b --- /dev/null +++ b/pages/adminNfc/nfcResult.vue @@ -0,0 +1,68 @@ + + + From 54ee5d755c28e296d28f7858cfd8d14f05e05edb Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 15 Apr 2025 13:29:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20nfc=E5=86=99=E5=85=A5=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/adminNfc/components/bindDialog.vue | 208 +++++++++++++++++++++++ pages/adminNfc/nfcResult.vue | 30 +++- 2 files changed, 234 insertions(+), 4 deletions(-) create mode 100644 pages/adminNfc/components/bindDialog.vue diff --git a/pages/adminNfc/components/bindDialog.vue b/pages/adminNfc/components/bindDialog.vue new file mode 100644 index 0000000..deab4c1 --- /dev/null +++ b/pages/adminNfc/components/bindDialog.vue @@ -0,0 +1,208 @@ + + + + + diff --git a/pages/adminNfc/nfcResult.vue b/pages/adminNfc/nfcResult.vue index 9374d1b..2455b33 100644 --- a/pages/adminNfc/nfcResult.vue +++ b/pages/adminNfc/nfcResult.vue @@ -18,23 +18,45 @@ NFC卡已成功绑定子区域 + + + + +