From fa73abee6209cd6f7c62c61c271826f7d413035d Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 01 八月 2025 11:32:17 +0800 Subject: [PATCH] event result_type --- 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