Steven 2 years ago
parent
commit
ffbff24a1f

BIN
KulexiuForTeacher/KulexiuForTeacher.xcworkspace/xcuserdata/wangzhi.xcuserdatad/UserInterfaceState.xcuserstate


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

@@ -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];
 }
 }