diff --git a/Application/Home/View/default/Promote/children.html b/Application/Home/View/default/Promote/children.html
index 5f3dd1903..3f41902aa 100644
--- a/Application/Home/View/default/Promote/children.html
+++ b/Application/Home/View/default/Promote/children.html
@@ -15,35 +15,34 @@
{$promoteTypeName}管理
-
-
+
@@ -236,6 +235,21 @@ $(function(){
level = 3
}
+ $('#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;
+ });
+
getSubPromotes({level: level}, function(response) {
var options = ''
for (var i in response.data.promotes) {
diff --git a/Application/Home/View/default/Public/promote_base.html b/Application/Home/View/default/Public/promote_base.html
index ae38f50f1..cd8f6eab3 100644
--- a/Application/Home/View/default/Public/promote_base.html
+++ b/Application/Home/View/default/Public/promote_base.html
@@ -27,118 +27,120 @@
-
+
-
-
-
-
-
-
-
后台首页
-
-
管理中心
-
+
+
+
+
+
+
+
后台首页
+
+
管理中心
+
+
+
-
+
-
数据管理
-
+
数据管理
+
+
+
+
财务管理
+
+
+
游戏管理
+
+
+
专服管理
+
+
+
混服管理
+
+ 分成比例
+ 设置
+
+
资料专区
+
+
安全管理
+
+
+
下载日志管理
+
修改登录密码
+
设置安全密码
-
财务管理
-
-
-
游戏管理
-
-
-
专服管理
-
-
-
混服管理
-
- 分成比例
- 设置
-
-
资料专区
-
-
-
安全管理
-
-
测试资源
-
-
+
用户基本信息
+
+
+
测试资源
+
+
-
-
平台币管理
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
平台币管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+