Authored by aozhe.zhu

fix subscription review by 陈林

... ... @@ -79,6 +79,10 @@ class ShareDetailContainer extends Component {
this.props.actions.getProductList(false,this.props.product_skn);
}
componentWillUnmount() {
this.subscription && this.subscription.remove();
}
_onPressProduct(product) {
let productSkn = product && product.get('product_skn', 0);
... ...