cuiqian2004
2025-06-19 619b47962e41f506baf7ce2b535b2de1fecc719e
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;