mzx16822 hace 6 años
padre
commit
fff01276c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/h5/datigame/js/common.js

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

@@ -14,7 +14,7 @@ common={
  	},GET: function (name) {
       var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
       var r = window.location.search.substr(1).match(reg);
-        if (r != null) return unescape(r[2]);
+        if (r != null) return r[2];
         return null;
      },getUserInfo:function(fn){
      	var _this=this;