Commit 622d8b60 by libai

ft活动上线

parent 9cd2cc00
Showing with 2 additions and 2 deletions
...@@ -341,7 +341,7 @@ $(function(){ ...@@ -341,7 +341,7 @@ $(function(){
} }
} }
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
webAppCollaboration(obj2); appCollaboration(obj2);
}) })
} }
if(i==2){ if(i==2){
...@@ -437,7 +437,7 @@ $(function(){ ...@@ -437,7 +437,7 @@ $(function(){
} }
} }
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
webAppCollaboration(obj2); appCollaboration(obj2);
}) })
} }
else if(data.result.welfareList[0].status==1){ else if(data.result.welfareList[0].status==1){
......
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