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; } /* ========== 筛选弹窗 ========== */