File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments