...
|
...
|
@@ -107,7 +107,7 @@ export default class SnapshootShare extends React.Component { |
|
|
<Image source={{uri: qrCode}} resizeMode={'contain'} style={styles.qr} />
|
|
|
<View style={styles.bottomDetail}>
|
|
|
<View style={styles.titleV}>
|
|
|
<Text style={styles.titleText}>{shareCodeInfo.title}</Text>
|
|
|
<Text style={styles.titleText} numberOfLines={1}>有货友拼团,潮人专属福利团</Text>
|
|
|
</View>
|
|
|
<Text style={styles.tipDetailText}>长按图片识别小程序参团</Text>
|
|
|
</View>
|
...
|
...
|
@@ -277,11 +277,11 @@ let styles = StyleSheet.create({ |
|
|
marginLeft: 27*DEVICE_WIDTH_RATIO,
|
|
|
},
|
|
|
titleText: {
|
|
|
fontSize: 16,
|
|
|
fontSize: 13,
|
|
|
color: '#444444',
|
|
|
},
|
|
|
tipDetailText: {
|
|
|
fontSize: 12,
|
|
|
fontSize: 11,
|
|
|
color: '#B0B0B0',
|
|
|
marginTop: 12*DEVICE_WIDTH_RATIO,
|
|
|
marginLeft: 27*DEVICE_WIDTH_RATIO,
|
...
|
...
|
|