|
@@ -2073,6 +2073,7 @@ var SuperSearch = {
|
|
|
if(SuperSearch.isVip){
|
|
|
window.location.href="/front/vipsubscribe/toSetPage"
|
|
|
}else{
|
|
|
+ sessionStorage.removeItem("keysetindexToHistory");
|
|
|
window.location.href="/swordfish/historypush"
|
|
|
}
|
|
|
})
|
|
@@ -2096,6 +2097,7 @@ var SuperSearch = {
|
|
|
}
|
|
|
}else{
|
|
|
$(".home_1").show();
|
|
|
+ $(".home_toset a").text("去订阅");
|
|
|
$(".home_toset").show();
|
|
|
}
|
|
|
}else{
|