Authored by 盖剑秋

Fix bug YH-3129. reviewed by redding.

... ... @@ -152,9 +152,9 @@ class SubjectPostContainer extends Component {
onPressShareGoods() {
let item = this.props.subject.items.get(this.sid);
let params = {
productSkn: item.shareGoods.productId,
productId: item.shareGoods.productId,
};
NativeModules.YH_CommunityHelper.displayProductDetail(params);
NativeModules.YH_CommunityHelper.displayProductDetailWithProductId(params);
}
onPressAvatar(uid) {
this.props.actions.goToUserOrMe(uid);
... ...