修复单规格阶梯拼团价显示问题
This commit is contained in:
@@ -218,6 +218,9 @@
|
||||
if (isEmpty(state.selectedSkuPrice)) {
|
||||
return formatPrice(state.goodsInfo.price);
|
||||
}
|
||||
if(state.grouponNum === 0 && state.grouponType === 'groupon_ladder') {
|
||||
return formatPrice(state.goodsInfo.price)
|
||||
}
|
||||
if (state.grouponType === 'groupon') {
|
||||
return state.selectedSkuPrice.groupon_price;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user