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) {