-(void)rightBarAction{
// [UMSocialSnsService presentSnsIconSheetView:self appKey:nil
// shareText:@"XXX" shareImage:[UIImage imageNamed:@"welcome1"]
// shareToSnsNames:[NSArray arrayWithObjects:UMShareToSina,UMShareToTencent,UMShareToRenren,UMShareToDouban,nil]
// delegate:nil];
[ShareDataSource showShareOnViewController:self shareUrl:@"www.baidu.com" shareText:@"文本" shareImage:[UIImage imageNamed:@"welcome1"] shareTile:@"标题"];
}