From cdff352820743c37969eb84bd7425a58753550ed Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Sat, 6 Jun 2026 14:08:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:syncBook=20binding=5Flayout=E5=8F=96?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=80=89=E4=B8=AD=E7=9A=84=E8=A3=85=E8=AE=A2?= =?UTF-8?q?=E5=80=BC?= 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 b67fe1e..e2e9528 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2159,7 +2159,7 @@ export default { author: this.noIsbnAuthor || '', publisher: this.noIsbnPublisher || '', publication_time: pubTimestamp, - binding_layout: '', + binding_layout: this.noIsbnBinding || '', fix_price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '', page_count: '0', word_count: this.noIsbnWordCount || '',