pages/basics/order.vue
@@ -252,12 +252,12 @@ // barcode input 事件 barcodeInput() { var len = this.barcode.length if (len != 8) { if (len != 6) { uni.showToast({title: '托盘码有误请重试', icon: "none", position: 'top'}); this.barcodeFocuss() return; } if (len == 8) { if (len == 6) { this.focuss() } },