mzx16822 %!s(int64=6) %!d(string=hai) anos
pai
achega
fff01276c5
Modificáronse 1 ficheiros con 1 adicións e 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;