From 619b47962e41f506baf7ce2b535b2de1fecc719e Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 19 六月 2025 10:58:49 +0800
Subject: [PATCH] rfid扫描添加原生插件

---
 pages/index/index.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 65923ce..05e6f38 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -256,13 +256,6 @@
 				// 	url:'../index/index?args=9999999999'
 				// });
 			},
-			ontap(e) { //鎵爜鍔熻兘
-				// console.log(e.target)
-				getApp().onScan((result) => {
-					// console.log(result.decodedata);
-					this.data[e.target.dataset['key']] = result.decodedata;
-				})
-			},
 			translate(t) {
 				if (typeof this.$t == "function") return this.$t(`page.${t}`)
 				else return t;

--
Gitblit v1.9.1