From ce4cdb695d7616345759c42762ac230d4c10b049 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Sat, 6 Jun 2026 14:13:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:pushToShop=E7=9A=84isbn=E5=8F=96syncBook?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=9A=84isbn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index e0365b1..a9539c3 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2221,7 +2221,7 @@ export default { user_id: userId, warehouse_id: String(warehouseData.warehouseId || ''), location_id: String(warehouseData.locationId || ''), - isbn: this.noIsbnIsbn || this.noIsbnUnifyIsbn || '', + isbn: (respData.data && (respData.data.isbn || '')) || this.noIsbnIsbn || this.noIsbnUnifyIsbn || '', price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '', stock: String(this.noIsbnStock ?? ''), appearance: conditionDisplay,