From 83e56786a376fcc7deabe20b978b3ec3ad1f7bb8 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Wed, 3 Jun 2026 17:19:26 +0800 Subject: [PATCH] =?UTF-8?q?ISBN=E9=A1=B5:=E5=93=81=E7=9B=B8=E7=A7=BB?= =?UTF-8?q?=E5=88=B0=E6=9C=80=E4=B8=8A=E9=9D=A2+=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E4=BD=9C=E8=80=85=E5=87=BA=E7=89=88=E7=A4=BE=E5=AE=9A=E4=BB=B7?= =?UTF-8?q?=E5=8D=B0=E5=88=B7=E6=97=B6=E9=97=B4+=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=9C=80=E5=93=81=E7=9B=B8=E6=88=96=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 60 +++++++++++------------------------------ 1 file changed, 16 insertions(+), 44 deletions(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 3d6b95d..6e66210 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -64,35 +64,20 @@ - + - 作者 & 出版社 + 品相 - - - - - - - - - - - - - - 定价 & 印刷时间 - - - - - ¥ - - - - - + + + {{ item }} @@ -115,24 +100,6 @@ - - - - 品相 - - - - {{ item }} - - - - @@ -951,6 +918,11 @@ export default { // ISBN搜索 - 查询图书中心 + 孔网市场 searchISBN() { + // 未选品相且未登录孔网则禁止搜索 + if (!this.selectedCondition && !this.isLoggedIn) { + uni.showToast({ title: '请选择品相或登录孔网账号', icon: 'none' }) + return + } let keyword = '' if (this.compareType === 'isbn') { if (!this.isbn) {