|
@@ -50,6 +50,7 @@ function hiddenTips2() {
|
|
}
|
|
}
|
|
function updateJump2() {
|
|
function updateJump2() {
|
|
$('#tipsType').hide()
|
|
$('#tipsType').hide()
|
|
|
|
+ SuperSearch.setSessionStorage();
|
|
// location.replace('/jyapp/vipsubscribe/toSubVipSetPage?vSwitch=v')
|
|
// location.replace('/jyapp/vipsubscribe/toSubVipSetPage?vSwitch=v')
|
|
location.href = '/areaPack/wx/page/set_area'
|
|
location.href = '/areaPack/wx/page/set_area'
|
|
// $.ajax({
|
|
// $.ajax({
|
|
@@ -545,6 +546,7 @@ var SuperSearch = {
|
|
// E-直接订阅
|
|
// E-直接订阅
|
|
if (sessionStorage.getItem('needPlayClick') === 'true') {
|
|
if (sessionStorage.getItem('needPlayClick') === 'true') {
|
|
sessionStorage.setItem('needPlayClick', 'fix')
|
|
sessionStorage.setItem('needPlayClick', 'fix')
|
|
|
|
+ SuperSearch.setSessionStorage();
|
|
setTimeout(function () {
|
|
setTimeout(function () {
|
|
ajaxAddSubKey()
|
|
ajaxAddSubKey()
|
|
}, 700)
|
|
}, 700)
|