From c9ecd7684e6ada47de4669885e66dc564128e89b Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 15 八月 2025 18:45:05 +0800
Subject: [PATCH] test
---
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