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

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

@@ -74,7 +74,7 @@ common={
         }
  		 
  	},onSocket:function(e){
- 		var data=JSON.stringify(e.data);
+ 		var data=JSON.parse(e.data);
  			var _this=this;
  		var type=data.type;
  		switch(type){