From f30fd2241f2942feccdcc48e6e747386328f56fa Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Fri, 5 Jun 2026 14:36:22 +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=9C=A8=E5=94=AE=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index eea0fd5..c518e41 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -2051,6 +2051,7 @@ export default { this.publisher = '' this.fixPrice = '' this.printTime = '' + this.productList = [] } else { this.noIsbnPhotoList = [] this.noIsbnBookName = '' @@ -2062,6 +2063,7 @@ export default { this.noIsbnIsbn = '' this.noIsbnUnifyIsbn = '' this.noIsbnPrintTime = '' + this.noIsbnProductList = [] } } catch (e) { uni.hideLoading()