作者 sgj

合并分支 'lihongjuan' 到 'master'

Lihongjuan



查看合并请求 !1
... ... @@ -424,4 +424,4 @@ function getUrlParam(name) {
var r = window.location.search.substr(1).match(reg); //匹配目标参数
if (r != null) return unescape(r[2]);
return null; //返回参数值
}
\ No newline at end of file
}
... ...