Steven 2 éve
szülő
commit
dd4973561d

+ 1 - 4
KulexiuForStudent/KulexiuForStudent/Common/Base/KSAccompanyWebViewController.m

@@ -292,7 +292,7 @@
         [self.playerEngine cleanup];
         self.playerEngine = nil;
     }
-    
+    [self stopTuner];
 }
 
 - (void)sendDataToSocketService:(id)data {
@@ -656,7 +656,6 @@
                     [self removeCustomLoadingView];
                 }
             }
-            
             else if ([[parm stringValueForKey:@"api"] isEqualToString:@"cloudToggleFollow"]) { // 跟音
                 NSDictionary *content = [parm dictionaryValueForKey:@"content"];
                 NSString *status = [content stringValueForKey:@"state"];
@@ -667,8 +666,6 @@
                     [self stopTuner];
                 }
             }
-            
-            
             else {
                 [super handleScriptMessageSource:parm];
             }