xuwei %!s(int64=4) %!d(string=hai) anos
pai
achega
94474a3e95
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      src/main/resources/static/js/index.js

+ 2 - 5
src/main/resources/static/js/index.js

@@ -53,7 +53,8 @@ var homeData = new Vue({
         zhuanti:function(){
             this.showflag=false;
             window.location.href='/product/beautytopic.html';
-            window.localStorage.setItem('beatyPop',true);
+            localStorage.setItem('lockTime',Date.now());
+            window.localStorage.setItem('isActivityStatus',true);
         },
         closepopup:function(){
               this.showflag=false;
@@ -334,10 +335,6 @@ var homeData = new Vue({
             $(this).parents('.item').hide();
         });
         var isActivityStatus =  localStorage.getItem('isActivityStatus');
-        //  window.onbeforeunload = function(e) {
-        //     e = e || window.event;
-        //      window.localStorage.removeItem('beatyPop');
-        // };
         //新加优惠券弹窗
         if(isActivityStatus){
             var  lockTime = localStorage.getItem('lockTime');