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;