Commit 86ac328d authored by 刘丹's avatar 刘丹

协议

parent ea4e1df1
This diff is collapsed.
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Created by 刘丹 on 2017/12/26. * Created by 刘丹 on 2017/12/26.
*/ */
(function () { (function () {
var url = location.search; //获取url中"?"符后的字串 var url = location.search; //获取url中"?"符后的字串
var theRequest = new Object(); var theRequest = new Object();
if (url.indexOf("?") != -1) { if (url.indexOf("?") != -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment