Commit b0d397ae by dabai

ios 下载 测试

parent 655889b8
Showing with 2 additions and 2 deletions
...@@ -102,9 +102,9 @@ ...@@ -102,9 +102,9 @@
var andoridData = ''; var andoridData = '';
if(params != undefined && params.length>0){ if(params != undefined && params.length>0){
//定义设备号 //定义设备号
if(params.substring(0,6) == 'iosfts'){ if(params.substring(0,3) == 'ios'){
iosData = params; iosData = params;
andoridData = params.substring(6,params.length); andoridData = params.substring(3,params.length);
} else { } else {
iosData = 'iosfts'+params; iosData = 'iosfts'+params;
andoridData = params; andoridData = params;
......
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