@@ -338,9 +338,10 @@ watchEffect(() => {
showMinPrice.value = false;
}
- }, 400)
- isNext.value = ifUpload && ifName && ifDesc && ifSize && ifCurrency && ifPrice;
+ // show next
+ isNext.value = ifUpload && ifName && ifDesc && ifSize && ifCurrency && ifPrice && !showMinPrice.value;
+ }, 400)
})
onMounted(() => {