www.3whisp.com Open in urlscan Pro
23.231.83.107  Public Scan

Submitted URL: http://www.3whisp.com/public/cjgj/common.js?v=d10d9cab482edff4a59b1cf2867cedbb
Effective URL: https://www.3whisp.com/public/cjgj/common.js?v=d10d9cab482edff4a59b1cf2867cedbb
Submission: On July 08 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

festival() function festival(){ if(!isFrontEnv()){ return } var url =
"/commentViewCount/ajax/holidayPendant"; var res = ''; $.ajax({ type:"GET",
url:url, data:{}, async:false, success: function(data){ console.log(data); res =
JSON.parse(data.holidayPendant) } }); // 鏄惁寮€鍚绐 if(res && res.isOpen == true)
{ require(['/public/cjgj/restival.js'],function(c){ var nTime = new
Date().getTime(); var qxurl = location.href.replace(location.origin,'')
res.nowTime = nTime if(res.location==1 && qxurl != '/'){ return } var canTime =
(res.showTime && res.showTime.length==2 && res.nowTime>=res.showTime[0] &&
res.nowTime<=res.showTime[1]) || !res.showTime || res.showTime.length==0
if(res.isOpen && canTime){ c.init(res) } }) } }