finish:1.0.17
This commit is contained in:
@@ -290,8 +290,6 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
|
||||
RoomBottomEntranceModel *model = roomInfo.rightBottomIconConfig;
|
||||
if (model) {
|
||||
@kWeakify(self);
|
||||
model.skipUrl = @"https://api.hfighting.com/molistar/modules/smashEggs/index.html";
|
||||
model.icon1Url = @"https://image.pekolive.com/egg.png";
|
||||
|
||||
if (model.icon2Url.length > 0) {
|
||||
if (!_loader_url_2) {
|
||||
@@ -658,8 +656,7 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
|
||||
- (void)didTapConfigEntranceButton {
|
||||
RoomInfoModel *roomInfo = self.hostDelegate.getRoomInfo;
|
||||
RoomBottomEntranceModel *model = roomInfo.rightBottomIconConfig;
|
||||
model.skipUrl = @"https://api.molistar.xyz/molistar/modules/smashEggs/index.html";
|
||||
model.icon1Url = @"https://image.pekolive.com/egg.png";
|
||||
|
||||
if (!model) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user