Authored by 郝肖肖

删除收藏 刷新当前界面

@@ -443,9 +443,7 @@ $('#me-del-checked').click(function() { @@ -443,9 +443,7 @@ $('#me-del-checked').click(function() {
443 type: favType 443 type: favType
444 } 444 }
445 }).then(function(data) { 445 }).then(function(data) {
446 - if (data.code === 200) {  
447 - history.go(0);  
448 - } 446 + history.go(0);
449 }); 447 });
450 } 448 }
451 }); 449 });