From fb2f6310f29080facbba095427e8d44ddfdae4e4 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Fri, 26 Jun 2026 11:07:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:ISBN=E6=8F=90=E4=BA=A4=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E5=90=8E=E8=87=AA=E5=8A=A8=E6=89=93=E5=BC=80=E6=89=AB=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 3cfda51..f6a03c6 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2229,6 +2229,12 @@ export default { this.stock = 1 this.printTime = '' this.productList = [] + + // ISBN提交成功 → 自动打开扫码 + if (this.currentTab === 'isbn') { + var that = this + setTimeout(function() { that.scanISBN() }, 800) + } } catch (e) { uni.hideLoading() console.error('【上传】失败:', e)