From 2a4151ddaf5cbd3834362dc077e65cc7e020fb4f Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 03 四月 2025 09:21:03 +0800
Subject: [PATCH] #
---
pages/order/orderPakin2.vue | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/pages/order/orderPakin2.vue b/pages/order/orderPakin2.vue
index d372459..a6b34d3 100644
--- a/pages/order/orderPakin2.vue
+++ b/pages/order/orderPakin2.vue
@@ -210,16 +210,7 @@
barcodeInput() {
// 涓嶈缃畾鏃跺櫒 浼氬嚭鐜版壂鍏ョ殑瀛楃涓蹭笉鍏�
setTimeout(() => {
- var len = this.barcode.length
- if (len >= 9 && len <=8) {
- uni.showToast({
- title: '鎵樼洏鐮佹湁璇閲嶈瘯',
- icon: "none",
- position: 'top'
- });
- this.barcodeFocuss()
- return;
- }
+ var len = this.barcode.length
this.focuss()
}, 200)
},
--
Gitblit v1.9.1