...
|
...
|
@@ -128,7 +128,7 @@ class GroupPurchaseDetailContainer extends Component { |
|
|
let productGroupPrice = resource.productGroupPrice;
|
|
|
let productName = resource.productName;
|
|
|
let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName;
|
|
|
let fromPage = Platform.OS === 'android' ? 'aFP_GroupPurchaseDetail' : 'iFP_GroupPurchaseDetail';
|
|
|
let fromPage = 'GroupPurchaseDetail';
|
|
|
|
|
|
this.props.actions.showShareView(false);
|
|
|
let param = {
|
...
|
...
|
|