|
|
@ -24,10 +24,10 @@ export class RingGame20015TableCode{ |
|
|
|
Network.getInstance().removehandle(RingGame20015Code.RoomInfoRes,this.onRoomInfoRes2001514.bind(this)); |
|
|
|
} |
|
|
|
private onJoinTableRes2001501(value:any){ |
|
|
|
if(value.code!=0){ |
|
|
|
Message.send(GameConst.EXIT_SUB_GAME); |
|
|
|
return; |
|
|
|
} |
|
|
|
// if(value.code!=0){
|
|
|
|
// Message.send(GameConst.EXIT_SUB_GAME);
|
|
|
|
// return;
|
|
|
|
// }
|
|
|
|
} |
|
|
|
/**游戏结果返回 */ |
|
|
|
private onResultRes2001511(value:GameResultRes){ |
|
|
|