Skip to content

Commit

Permalink
修复相关问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liujians committed Dec 23, 2016
1 parent 7bf4ffd commit e55cd6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ App({
},
globalData:{
userInfo:null,
ip:"http://"+"192.168.1.122"+":8022",
wsip:"ws://"+"192.168.1.122"+":8022"
ip:"http://"+"192.168.1.110"+":8022",
wsip:"ws://"+"192.168.1.110"+":8022"
}
})
3 changes: 3 additions & 0 deletions pages/upload/upload.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"navigationBarTitleText": "上传"
}
2 changes: 2 additions & 0 deletions utils/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ function getUser(obj){
response.status);
return;
}
console.log(response)
// Examine the text in the response
response.json().then(function(data) {
console.log(data);
setTimeout(function(){
obj.setData({
list:data,
Expand Down

0 comments on commit e55cd6c

Please sign in to comment.