From 7dac2b75ffbec630ee805beded986c32a6287cf7 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 16:26:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=A8=E5=94=AE=E5=95=86=E5=93=81?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=B8=85=E7=A9=BA=E5=94=AE=E4=BB=B7?= 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 e93cf4f..ad6ecd7 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -3285,6 +3285,8 @@ export default { that.$nextTick(() => { if (that.calculatedNoIsbnPrice > 0) { that.noIsbnPrice = String(that.calculatedNoIsbnPrice) + } else if (that.noIsbnProductList.length === 0) { + that.noIsbnPrice = '' } }) }).catch(function(err) {