mzx16822 6 년 전
부모
커밋
f73209b54b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/h5/datigame/js/common.js

+ 1 - 1
public/h5/datigame/js/common.js

@@ -193,7 +193,7 @@ common={
    		   $(".gstart").show();
  			common.tips(res.msg);
  		});
- 		else this.tips("登录失败");
+ 		else this.tips("正在登录");
  	},initSocket:function(){
  		var _this=this;
  		  var ws = new WebSocket(this.data.WebSocket);