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)