修复埋点参数问题。review by 孙凯。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,7 +123,7 @@ export default class SingleImage extends React.Component { | @@ -123,7 +123,7 @@ export default class SingleImage extends React.Component { | ||
123 | > | 123 | > |
124 | <Image source={require('../../image/KA_dian.png')} style={styles.icon} resizeMode={'contain'}></Image> | 124 | <Image source={require('../../image/KA_dian.png')} style={styles.icon} resizeMode={'contain'}></Image> |
125 | <TouchableOpacity activeOpacity={0.5} onPress={() => { | 125 | <TouchableOpacity activeOpacity={0.5} onPress={() => { |
126 | - let pos_id = 101; | 126 | + let pos_id = 102; |
127 | this.props.onPressProduct && this.props.onPressProduct(value.product_skn,i,pos_id); | 127 | this.props.onPressProduct && this.props.onPressProduct(value.product_skn,i,pos_id); |
128 | }}> | 128 | }}> |
129 | <View style={styles.tagView}> | 129 | <View style={styles.tagView}> |
-
Please register or login to post a comment