Authored by 郝肖肖

删除收藏 刷新当前界面

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