...
|
...
|
@@ -43,33 +43,33 @@ export default class ShareViewModal extends React.Component { |
|
|
this.props.shareMiniApp && this.props.shareMiniApp();
|
|
|
}}>
|
|
|
<Image source={unionType ? require('../images/unionShare_wx_icon.png') : require('../images/weixin.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>分享给好友</Text>
|
|
|
<Text style={styles.text}>微信好友</Text>
|
|
|
</TouchableOpacity>
|
|
|
<TouchableOpacity activeOpacity={0.5} style={styles.button1} onPress={() => {
|
|
|
this.props.showSnapshootShare && this.props.showSnapshootShare(true);
|
|
|
this.props.shareQQApp && this.props.shareQQApp();
|
|
|
}}>
|
|
|
<Image source={unionType ? require('../images/unionShare_qr_icon.png') : require('../images/pengyou.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>微信快照</Text>
|
|
|
<Image source={unionType ? require('../images/unionShare_qq_icon.png') : require('../images/share_qq_icon.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>QQ好友</Text>
|
|
|
</TouchableOpacity>
|
|
|
<TouchableOpacity activeOpacity={0.5} style={styles.button1} onPress={() => {
|
|
|
this.props.shareQQApp && this.props.shareQQApp();
|
|
|
this.props.shareWXSceneTimeline && this.props.shareWXSceneTimeline();
|
|
|
}}>
|
|
|
<Image source={unionType ? require('../images/unionShare_qq_icon.png') : require('../images/share_qq_icon.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>QQ</Text>
|
|
|
<Image source={unionType ? require('../images/unionShare_timeline_icon.png') : require('../images/share_timeline_icon.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>微信朋友圈</Text>
|
|
|
</TouchableOpacity>
|
|
|
<TouchableOpacity activeOpacity={0.5} style={styles.button1} onPress={() => {
|
|
|
this.props.shareWeiBoApp && this.props.shareWeiBoApp();
|
|
|
}}>
|
|
|
<Image source={unionType ? require('../images/unionShare_sina_icon.png') : require('../images/share_sina_icon.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>微博</Text>
|
|
|
<Text style={styles.text}>新浪微博</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
<View style={styles.buttons}>
|
|
|
<TouchableOpacity activeOpacity={0.5} style={styles.button1} onPress={() => {
|
|
|
this.props.shareWXSceneTimeline && this.props.shareWXSceneTimeline();
|
|
|
<TouchableOpacity activeOpacity={0.5} style={styles.button1} onPress={() => {
|
|
|
this.props.showSnapshootShare && this.props.showSnapshootShare(true);
|
|
|
}}>
|
|
|
<Image source={unionType ? require('../images/unionShare_timeline_icon.png') : require('../images/share_timeline_icon.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>朋友圈</Text>
|
|
|
<Image source={unionType ? require('../images/unionShare_qr_icon.png') : require('../images/pengyou.png')} style={styles.icon} />
|
|
|
<Text style={styles.text}>生产海报</Text>
|
|
|
</TouchableOpacity>
|
|
|
|
|
|
<View style={styles.button1}/>
|
...
|
...
|
|