diff --git a/xplan-ios/Global/XPHtmlUrl.m b/xplan-ios/Global/XPHtmlUrl.m index 126e03e1..c0149b01 100644 --- a/xplan-ios/Global/XPHtmlUrl.m +++ b/xplan-ios/Global/XPHtmlUrl.m @@ -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