Steven %!s(int64=2) %!d(string=hai) anos
pai
achega
14ffab1d5e

BIN=BIN
KulexiuForStudent/KulexiuForStudent.xcworkspace/xcuserdata/wangzhi.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Home/Controller/HomeViewController.m

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