Skip to content

Commit 7860c5c

Browse files
committed
这。。网址多了个空格
1 parent b79949f commit 7860c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Coding_iOS/Coding_iOS-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>3.9.5.201605191700</string>
39+
<string>3.9.5.201606011800</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

Coding_iOS/Controllers/MeSetting/SettingViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
129129
}] showInView:self.view];
130130
}else{
131131
if (indexPath.row == 0) {
132-
WebViewController *webVc = [WebViewController webVCWithUrlStr:@"/help/doc/mobile/index.html "];
132+
WebViewController *webVc = [WebViewController webVCWithUrlStr:@"/help/doc/mobile/index.html"];
133133
[self.navigationController pushViewController:webVc animated:YES];
134134
}else{//关于
135135
AboutViewController *vc = [[AboutViewController alloc] init];

0 commit comments

Comments
 (0)