Authored by ping

update

... ... @@ -37,7 +37,7 @@
appid = 'com.yoho';
}
td = window.screen.availWidth + '_' + window.screen.availHeight + '_' + type + '_' + version;
td = window.screen.width + '_' + window.screen.height + '_' + type + '_' + version;
queryString = getQueryString();
$.ajax({
... ...