From 731c0658b428dd47c1deec6e3f9075772339749d Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 15:27:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8A=E4=BC=A0=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E5=90=8E=E6=B8=85=E7=A9=BA=E5=9B=BE=E4=B9=A6=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=95=B0=E6=8D=AE?= 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 c417dda..2bc5b7f 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2409,6 +2409,12 @@ export default { this.noIsbnBinding = '' this.noIsbnProductList = [] this.noIsbnMarketData = { onSale: 0, old: 0, new: 0, sold: 0 } + // 清空图书分类数据 + this.noIsbnCategoryList = [] + this.noIsbnCategoryNames = ['请输入书名后自动获取分类'] + this.noIsbnCategoryIndex = 0 + this.noIsbnSelectedCategoryValue = '' + this.noIsbnWordCount = '' } catch (e) { uni.hideLoading() console.error('【syncBook】失败:', e)