Commit 54e73360 by libai

测试

parent cf016228
Showing with 1 additions and 1 deletions
...@@ -671,7 +671,7 @@ function login_twitter(network) { //登录方法,并将twitter 作为参数 ...@@ -671,7 +671,7 @@ function login_twitter(network) { //登录方法,并将twitter 作为参数
return twitter.api('/me') return twitter.api('/me')
}, log).then(function (p) { }, log).then(function (p) {
var r2 = JSON.parse(localStorage.getItem('hello')); var r2 = JSON.parse(localStorage.getItem('hello'));
//console.log(r2.twitter) console.log(r2.twitter)
$.ajax({ $.ajax({
url:$ip+'third/login', url:$ip+'third/login',
data:{ data:{
......
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