|
@@ -45,7 +45,7 @@ $(function(){
|
|
|
if(Number(vipSubtips) === 0&&sessionStorage.vipSubtips==undefined) {
|
|
|
history.pushState({},"","");
|
|
|
sessionStorage.vipSubtips = "t";
|
|
|
- window.location.href = "/jyapp/vipsubscribe/renewPage/exprie";
|
|
|
+ window.location.replace("/jyapp/vipsubscribe/renewPage/exprie");
|
|
|
return
|
|
|
}
|
|
|
//===================
|