Authored by ping

update

@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 type = 'ios'; 32 type = 'ios';
33 appid = '490655927'; 33 appid = '490655927';
34 } else if (agent.indexOf('android') > -1 || agent.indexOf('linux') > -1) { 34 } else if (agent.indexOf('android') > -1 || agent.indexOf('linux') > -1) {
35 - version = agent.substr(agent.indexOf('android') + 8, 3); 35 + version = agent.substr(agent.indexOf('android') + 8, 5);
36 type = 'android'; 36 type = 'android';
37 appid = 'com.yoho'; 37 appid = 'com.yoho';
38 } 38 }