Commit 674e0388 by libai

测试

parent 214b7a13
Showing with 2 additions and 2 deletions
......@@ -118,8 +118,8 @@
var data=JSON.parse(msg)
console.log(data);
if(data.code==1){
// localStorage.uid=data.uid
// localStorage.token=data.token
localStorage.uid=data.uid
localStorage.token=data.token
window.location.href='https://activity.ishuaji.cn/active2020/subsidy/index.html?uid='+data.uid+'&token='+data.token+'';
// $.cookie("tbb", data.token, {expires: 30, path: "/"});
// $.cookie("ukk", data.uid, {expires: 30, path: "/"});
......
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