pages/listing/disc.vue
@@ -137,7 +137,7 @@ batch: '', repeatClick: false, isconfirm: false, batch:'' } }, computed: { @@ -156,8 +156,7 @@ }) return } const find = this.list.find(el => el.trackCode === this.barcode); find ? this.scrollTo() : this.getDet(); this.getDet(); }, async getDet() { const { @@ -169,7 +168,7 @@ batch: this.batch }, "post") if (code === 200) { data && this.list.push(data); this.list = data } else { uni.showToast({ title: msg,