Commit da3da7d0 authored by GuanHua's avatar GuanHua

fix: 渠道商品id取值错误问题

parent 5339cf13
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"god": "^0.2.4", "god": "^0.2.4",
"immutability-helper": "^3.1.1", "immutability-helper": "^3.1.1",
"lingxi-design": "^1.0.8", "lingxi-design": "^1.0.8",
"lingxi-design-ui": "^1.1.17", "lingxi-design-ui": "^1.1.18",
"lingxi-editor-core": "^1.0.6", "lingxi-editor-core": "^1.0.6",
"lingxi-web": "^1.0.6", "lingxi-web": "^1.0.6",
"lint-staged": "^10.0.7", "lint-staged": "^10.0.7",
......
...@@ -556,7 +556,7 @@ const CommodityDetail = (props) => { ...@@ -556,7 +556,7 @@ const CommodityDetail = (props) => {
isMemberPrice: commodityDetail.isMemberPrice ? 1 : 0 isMemberPrice: commodityDetail.isMemberPrice ? 1 : 0
} }
if(layoutType === LAYOUT_TYPE.channel || layoutType === LAYOUT_TYPE.ichannel) { if(layoutType === LAYOUT_TYPE.channel || layoutType === LAYOUT_TYPE.ichannel) {
buyCommodityInfo.channelProductId = commodityDetail.id buyCommodityInfo.channelProductId = selectCommodityUnitPriceId
} }
const sessionKey = `${commodityDetail.id}${new Date().getTime()}` const sessionKey = `${commodityDetail.id}${new Date().getTime()}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment