|
@@ -327,10 +327,10 @@ var homeData = new Vue({
|
|
})
|
|
})
|
|
|
|
|
|
var beatyPop = window.localStorage.getItem('beatyPop');
|
|
var beatyPop = window.localStorage.getItem('beatyPop');
|
|
- window.onbeforeunload = function(e) {
|
|
|
|
- e = e || window.event;
|
|
|
|
- window.localStorage.removeItem('beatyPop');
|
|
|
|
- };
|
|
|
|
|
|
+ // window.onbeforeunload = function(e) {
|
|
|
|
+ // e = e || window.event;
|
|
|
|
+ // window.localStorage.removeItem('beatyPop');
|
|
|
|
+ // };
|
|
//新加 优惠券弹窗
|
|
//新加 优惠券弹窗
|
|
if(beatyPop){
|
|
if(beatyPop){
|
|
_this.showflag = false;
|
|
_this.showflag = false;
|
|
@@ -339,9 +339,9 @@ var homeData = new Vue({
|
|
_this.showflag = true;
|
|
_this.showflag = true;
|
|
},1000)
|
|
},1000)
|
|
}
|
|
}
|
|
- // setTimeout(function () {
|
|
|
|
- // window.localStorage.removeItem('beatyPop');
|
|
|
|
- // },7200000)
|
|
|
|
|
|
+ setTimeout(function () {
|
|
|
|
+ window.localStorage.removeItem('beatyPop');
|
|
|
|
+ },7200000)
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|