diff --git a/Application/Home/View/default/Apply/index.html b/Application/Home/View/default/Apply/index.html index 8746e93da..6b99364ce 100644 --- a/Application/Home/View/default/Apply/index.html +++ b/Application/Home/View/default/Apply/index.html @@ -105,7 +105,7 @@ -
+
当前位置:游戏管理>{$position}
@@ -180,10 +180,11 @@
-
+ +
- +
-
+
@@ -869,5 +870,21 @@ $('#promote_id').on('change', function () { newPromoteId = $(this).val(); }); + + $('#submit').click(function () { + var url = $(this).attr('url'); + console.log(url); + var query = $('.jssearch').find('input').serialize(); + query += "&" + $('.jssearch').find('select').serialize(); + query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g, ''); + query = query.replace(/^&/g, ''); + if (url.indexOf('?') > 0) { + url += '&' + query; + } else { + url += '?' + query; + } + window.location.href = url; + + }); diff --git a/Application/Home/View/default/Apply/my_game.html b/Application/Home/View/default/Apply/my_game.html index 71be12117..599867866 100644 --- a/Application/Home/View/default/Apply/my_game.html +++ b/Application/Home/View/default/Apply/my_game.html @@ -89,7 +89,7 @@ -
+
当前位置:游戏管理>{$position}
@@ -156,10 +156,11 @@ -
+ +
- +
-
+
@@ -1031,5 +1032,21 @@ clipboard.on('error', function(e) { // console.log(e); }); + + $('#submit').click(function () { + var url = $(this).attr('url'); + console.log(url); + var query = $('.jssearch').find('input').serialize(); + query += "&" + $('.jssearch').find('select').serialize(); + query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g, ''); + query = query.replace(/^&/g, ''); + if (url.indexOf('?') > 0) { + url += '&' + query; + } else { + url += '?' + query; + } + window.location.href = url; + + }); diff --git a/Application/Home/View/default/GameDivide/index.html b/Application/Home/View/default/GameDivide/index.html index 39bd2c94d..718080fed 100644 --- a/Application/Home/View/default/GameDivide/index.html +++ b/Application/Home/View/default/GameDivide/index.html @@ -135,7 +135,7 @@ -
+
当前位置:游戏管理>分成比例
@@ -150,8 +150,8 @@