From d8aa65adff7999796dea10f7c13f0ee53561b79d Mon Sep 17 00:00:00 2001 From: fengshuo <963787902@qq.com> Date: Fri, 6 Jan 2023 10:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=98=9F=E5=BA=A7?= =?UTF-8?q?=E7=A4=BC=E7=89=A9=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios/Global/XPHtmlUrl.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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