fix:在售商品为空时清空售价

This commit is contained in:
ShenQiLun 2026-07-02 16:26:36 +08:00
parent f9e94018cc
commit 7dac2b75ff

View File

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