fix:在售商品为空时清空售价
This commit is contained in:
parent
f9e94018cc
commit
7dac2b75ff
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user