update cnzz stats

This commit is contained in:
xmcp
2019-05-19 11:01:38 +08:00
parent c77f74c2d6
commit 9a9cb4d6b6

View File

@@ -33,7 +33,8 @@
var config=JSON.parse(localStorage['hole_config']||'{}'); var config=JSON.parse(localStorage['hole_config']||'{}');
for(var key in config) for(var key in config)
if(config.hasOwnProperty(key)) if(config.hasOwnProperty(key))
_czc.push(["_setCustomVar","config_"+key,encodeURIComponent(JSON.stringify(config[key])),0]); _czc.push(["_trackEvent",'config',key,encodeURIComponent(JSON.stringify(config[key])),0,'']);
//_czc.push(["_setCustomVar","config_"+key,encodeURIComponent(JSON.stringify(config[key])),0]);
} catch(e) { } catch(e) {
console.trace(e); console.trace(e);
} }