Commit 655889b8 by dabai

ios 下载 测试

parent 7e6b712f
Showing with 3 additions and 3 deletions
...@@ -102,11 +102,11 @@ ...@@ -102,11 +102,11 @@
var andoridData = ''; var andoridData = '';
if(params != undefined && params.length>0){ if(params != undefined && params.length>0){
//定义设备号 //定义设备号
if(params.substring(0,3) == 'ios'){ if(params.substring(0,6) == 'iosfts'){
iosData = params; iosData = params;
andoridData = params.substring(3,params.length); andoridData = params.substring(6,params.length);
} else { } else {
iosData = 'ios'+params; iosData = 'iosfts'+params;
andoridData = params; andoridData = params;
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment