diff --git a/pages.json b/pages.json
index ea00ebc..503aab0 100644
--- a/pages.json
+++ b/pages.json
@@ -24,6 +24,13 @@
"navigationBarBackgroundColor": "#F6F8FC"
}
},
+ {
+ "path": "pages/adminNfc/nfcResult",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "nfc卡写入"
+ }
+ },
{
"path": "pages/adminMy/index",
"style": {
@@ -280,10 +287,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/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
new file mode 100644
index 0000000..2455b33
--- /dev/null
+++ b/pages/adminNfc/nfcResult.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+ NFC卡写入成功!
+ NFC卡已成功绑定子区域
+
+
+
+
+
+
+
+
+
+
+
+