File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >3.9.5.201605191700 </string >
39
+ <string >3.9.5.201606011800 </string >
40
40
<key >ITSAppUsesNonExemptEncryption </key >
41
41
<false />
42
42
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
129
129
}] showInView: self .view];
130
130
}else {
131
131
if (indexPath.row == 0 ) {
132
- WebViewController *webVc = [WebViewController webVCWithUrlStr: @" /help/doc/mobile/index.html " ];
132
+ WebViewController *webVc = [WebViewController webVCWithUrlStr: @" /help/doc/mobile/index.html" ];
133
133
[self .navigationController pushViewController: webVc animated: YES ];
134
134
}else {// 关于
135
135
AboutViewController *vc = [[AboutViewController alloc ] init ];
You can’t perform that action at this time.
0 commit comments