|
|
@@ -244,6 +244,7 @@ export default {
|
|
|
let pack = this.commodity.perQty || this.commodity.minPackQty
|
|
|
let buy = this.commodity.minBuyQty
|
|
|
let reserve = this.commodity.reserve
|
|
|
+ newNum = parseInt(newNum)
|
|
|
if (newNum < buy) {
|
|
|
this.$message.error('该商品最少购买' + buy + '件')
|
|
|
this.fragment.num = buy
|