|
@@ -3170,6 +3170,11 @@ var EntSearch = {
|
|
|
}
|
|
|
//
|
|
|
var Active_Tip = function(){
|
|
|
+ //仅每次打开app弹出
|
|
|
+ if(sessionStorage.ShowActiveShowed){
|
|
|
+ return
|
|
|
+ }
|
|
|
+ sessionStorage.ShowActiveShowed=1;
|
|
|
this.currentActive = null;
|
|
|
this.tapFlag = false;
|
|
|
this.nowTime = new Date().getTime();
|
|
@@ -3536,7 +3541,6 @@ var Active_Vip_Invite = function(nowTime){
|
|
|
nowTime = new Date(formatDate(nowTime,true)+ " 00:00:00").getTime();
|
|
|
localStorage.setItem("Active_Vip_Invite",nowTime);
|
|
|
});
|
|
|
-
|
|
|
var times = localStorage.getItem("ShowActive_Times")//弹出次数记录
|
|
|
var thisDay = new Date().getDate()
|
|
|
if (times){
|