房间分享卡片改造
This commit is contained in:
@@ -10369,7 +10369,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 5.4.3;
|
||||
MARKETING_VERSION = 5.6.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
@@ -10401,7 +10401,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 5.4.3;
|
||||
MARKETING_VERSION = 5.6.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
@@ -234,8 +234,8 @@
|
||||
NSArray * items = @[wechat,cycle, qq, qqzone];
|
||||
RoomInfoModel * roomInfo = [self.hostDelegate getRoomInfo];
|
||||
XPShareInfoModel * shareInfo = [[XPShareInfoModel alloc] init];
|
||||
shareInfo.shareTitle = @"来魔力,开黑交友玩游戏";
|
||||
shareInfo.shareContent = @"人美声甜带上分,一起来玩吧~";
|
||||
shareInfo.shareTitle = @"聆听声音,分享快乐";
|
||||
shareInfo.shareContent = [NSString stringWithFormat:@"%@ 这个房间很好玩,推荐给你,快来和我一起玩吧~", roomInfo.title];
|
||||
shareInfo.shareImageUrl = [self.hostDelegate getRoomInfo].avatar;
|
||||
shareInfo.type = ShareType_Room;
|
||||
shareInfo.roomUid = roomInfo.uid;
|
||||
|
Reference in New Issue
Block a user