| 
					
				 | 
			
			
				@@ -274,7 +274,7 @@ $(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 图片加载失败处理 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('img').error(function(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $(this).attr('src', 'images/txtp.gif'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $(this).attr('src', 'images/player_cover.png'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 初始化播放列表 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -458,7 +458,7 @@ function changeCover(music) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(img == "err") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        img = "images/txtp.gif"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        img = "images/player_cover.png"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(mkPlayer.mcoverbg === true && rem.isMobile)      // 移动端封面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -685,7 +685,7 @@ function refreshList() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 添加一个歌单 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 参数:编号、歌单名字、歌单封面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function addSheet(no, name, cover) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    if(!cover) cover = "images/txtp.gif"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    if(!cover) cover = "images/player_cover.png"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(!name) name = "读取中..."; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     var html = '<div class="sheet-item" data-no="' + no + '">' + 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -859,7 +859,7 @@ function clearDislist() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     musicList[rem.dislist].item.length = 0;  // 清空内容 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(rem.dislist == 1) {  // 正在播放列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         playerSavedata('playing', '');  // 清空本地记录 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $(".sheet-item[data-no='1'] .sheet-cover").attr('src', 'images/txtp.gif');    // 恢复正在播放的封面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $(".sheet-item[data-no='1'] .sheet-cover").attr('src', 'images/player_cover.png');    // 恢复正在播放的封面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } else if(rem.dislist == 2) {   // 播放记录 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         playerSavedata('his', '');  // 清空本地记录 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |