Authored by 孙凯

update 请求顺序 review by chenling

... ... @@ -60,10 +60,10 @@ class ShareDetailContainer extends Component {
}
componentDidMount() {
this.props.actions.getProductList(false,this.props.product_skn);
this.props.actions.fetchShareCodeInfo(this.props.product_skn);
this.props.actions.fetchShareDetail({product_skn: this.props.product_skn});
this.props.actions.fetchFavoriteInfo({id: this.props.product_id, type: 'product'})
this.props.actions.fetchFavoriteInfo({id: this.props.product_id, type: 'product'});
this.props.actions.getProductList(false,this.props.product_skn);
}
_onPressProduct(product) {
... ...