1、胡牌动作

2、胡牌的业务逻辑
This commit is contained in:
贝密游戏
2017-12-29 13:22:23 +08:00
parent b8680e7e70
commit 717f1f40fa
3 changed files with 430 additions and 313 deletions

View File

@@ -15,8 +15,8 @@ var HTTP = cc.Class({
// ...
},
statics: {
baseURL:"http://192.168.1.155",
wsURL : "http://192.168.1.155:9081",
baseURL:"http://127.0.0.1",
wsURL : "http://127.0.0.1:9081",
authorization: null,
httpGet: function (url , success , error , object) {
var xhr = cc.loader.getXMLHttpRequest();