Browse Source

断线重连

master
cristianoxin 1 month ago
parent
commit
a3248839e6
  1. 8
      assets/20015/src/data/RingGame20015TableCode.ts

8
assets/20015/src/data/RingGame20015TableCode.ts

@ -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){

Loading…
Cancel
Save