修复了星座礼物无法打开的问题

This commit is contained in:
fengshuo
2023-01-06 10:26:01 +08:00
parent d415947dfb
commit d8aa65adff

View File

@@ -52,11 +52,10 @@ NSString * const URLWithType(URLType type) {
@(kSailingRecordURL) : @"activity/act-sail/win_record.html", ///
@(kNetworkRenovateURL) : @"activity/activemodel/index.html?code=ZBGG",///
@(kMonentsShareURL) : @"modules/world/share-page/index.html",///
@(kRedPacketRuleURL) : @"modules/rule/red-packet-rule.html",///\
@(kRedPacketRuleURL) : @"modules/rule/red-packet-rule.html",///
@(kXinZuoStarURL) : @"activity/act-constellation/index.html",///
};
NSString * url = [dic objectForKey:@(type)];
return [NSString stringWithFormat:@"%@/%@",prefix, url];
}
@end