From 0eda46be30aa273bc85c63e085184c9b33418104 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Fri, 5 Jun 2026 13:41:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=97=A0ISBN=E4=B8=8A=E4=BC=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8,=E5=8A=A0disabled?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F+JS=E5=AE=88=E5=8D=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 8d78720..35b16c2 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -689,7 +689,7 @@ - + 确认上传 @@ -1881,6 +1881,8 @@ export default { // 提交上传 async submitUpload() { if (this.isSubmitting) return + // 无ISBN上传暂不可用 + if (this.currentTab === 'no-isbn') return const warehouseData = this.currentTab === 'isbn' ? this.isbnWarehouseData : this.noIsbnWarehouseData if (!warehouseData) { @@ -3296,7 +3298,8 @@ picker { } .submit-btn.disabled { - opacity: 0.6; + opacity: 0.5; + pointer-events: none; } /* ========== 筛选弹窗 ========== */