From d1ecd103ab1cb694ea81ae6487c5e841be350e47 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 27 十月 2025 08:37:18 +0800
Subject: [PATCH] #

---
 pages/basics/order.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/basics/order.vue b/pages/basics/order.vue
index e04b1fe..8a296af 100644
--- a/pages/basics/order.vue
+++ b/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()
 				}
 			},

--
Gitblit v1.9.1