房间分享卡片改造

This commit is contained in:
chenguilong
2022-11-15 10:46:34 +08:00
parent e147996d2a
commit cd7994027c
2 changed files with 4 additions and 4 deletions

View File

@@ -10369,7 +10369,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 5.4.3; MARKETING_VERSION = 5.6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios; PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
@@ -10401,7 +10401,7 @@
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 5.4.3; MARKETING_VERSION = 5.6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios; PRODUCT_BUNDLE_IDENTIFIER = com.yinyou.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -234,8 +234,8 @@
NSArray * items = @[wechat,cycle, qq, qqzone]; NSArray * items = @[wechat,cycle, qq, qqzone];
RoomInfoModel * roomInfo = [self.hostDelegate getRoomInfo]; RoomInfoModel * roomInfo = [self.hostDelegate getRoomInfo];
XPShareInfoModel * shareInfo = [[XPShareInfoModel alloc] init]; XPShareInfoModel * shareInfo = [[XPShareInfoModel alloc] init];
shareInfo.shareTitle = @"来魔力,开黑交友玩游戏"; shareInfo.shareTitle = @"聆听声音,分享快乐";
shareInfo.shareContent = @"人美声甜带上分,一起玩吧~"; shareInfo.shareContent = [NSString stringWithFormat:@"%@ 这个房间很好玩,推荐给你,快来和我一起玩吧~", roomInfo.title];
shareInfo.shareImageUrl = [self.hostDelegate getRoomInfo].avatar; shareInfo.shareImageUrl = [self.hostDelegate getRoomInfo].avatar;
shareInfo.type = ShareType_Room; shareInfo.type = ShareType_Room;
shareInfo.roomUid = roomInfo.uid; shareInfo.roomUid = roomInfo.uid;