|
@@ -1256,7 +1256,7 @@
|
|
- (void)moreHotMusic:(BOOL)isQuality {
|
|
- (void)moreHotMusic:(BOOL)isQuality {
|
|
NSString *type = isQuality ? @"?type=fine " : @"?type=list";
|
|
NSString *type = isQuality ? @"?type=fine " : @"?type=list";
|
|
KSBaseWKWebViewController *ctrl = [[KSBaseWKWebViewController alloc] init];
|
|
KSBaseWKWebViewController *ctrl = [[KSBaseWKWebViewController alloc] init];
|
|
- ctrl.url = [NSString stringWithFormat:@"%@%@", WEBHOST, @"/#/music-list"];
|
|
|
|
|
|
+ ctrl.url = [NSString stringWithFormat:@"%@%@%@", WEBHOST, @"/#/music-list",type];
|
|
[self.navigationController pushViewController:ctrl animated:YES];
|
|
[self.navigationController pushViewController:ctrl animated:YES];
|
|
}
|
|
}
|
|
|
|
|