update fromPage review by daiqiang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -128,7 +128,7 @@ class GroupPurchaseDetailContainer extends Component { | @@ -128,7 +128,7 @@ class GroupPurchaseDetailContainer extends Component { | ||
128 | let productGroupPrice = resource.productGroupPrice; | 128 | let productGroupPrice = resource.productGroupPrice; |
129 | let productName = resource.productName; | 129 | let productName = resource.productName; |
130 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; | 130 | let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName; |
131 | - let fromPage = Platform.OS === 'android' ? 'aFP_GroupPurchaseDetail' : 'iFP_GroupPurchaseDetail'; | 131 | + let fromPage = 'GroupPurchaseDetail'; |
132 | 132 | ||
133 | this.props.actions.showShareView(false); | 133 | this.props.actions.showShareView(false); |
134 | let param = { | 134 | let param = { |
-
Please register or login to post a comment