|
@@ -171,6 +171,8 @@ export default {
|
|
|
this.skuList = this.skuProduct.skus
|
|
|
this.isBtnDisabled = this.skuList[0].stock === 0
|
|
|
this.productCount = this.skuList[0].minBuyNumber
|
|
|
+ this.handleMinNumber = this.skuList[0].minBuyNumber
|
|
|
+ this.handleStock = this.skuList[0].stock
|
|
|
this.skuProduct.price = this.skuList[0].price
|
|
|
this.addParams.skuId = this.skuList[0].skuId
|
|
|
this.addParams.clubId = clubInfo.clubId ? clubInfo.clubId : 0
|