|
|
@@ -43,7 +43,7 @@ $(function(){
|
|
|
//到期提醒页面
|
|
|
var vipSubtips = {{.T.vipSubtips}};
|
|
|
if(Number(vipSubtips) === 0&&sessionStorage.vipSubtips==undefined) {
|
|
|
- // history.pushState({},"","");
|
|
|
+ history.pushState({},"","");
|
|
|
sessionStorage.vipSubtips = "t";
|
|
|
window.location.href = "/jyapp/vipsubscribe/renewPage/exprie";
|
|
|
return
|