feat:网上申请流程的跳转
Showing
2 changed files
with
5 additions
and
0 deletions
... | @@ -3,6 +3,10 @@ function addTabs(id) { | ... | @@ -3,6 +3,10 @@ function addTabs(id) { |
3 | $('.layui-nav-item').removeClass('layui-this') | 3 | $('.layui-nav-item').removeClass('layui-this') |
4 | $(id).addClass('layui-this') | 4 | $(id).addClass('layui-this') |
5 | } | 5 | } |
6 | function removeTabs(id) { | ||
7 | $('.layui-nav-item').removeClass('layui-this') | ||
8 | $(id).removeClass('layui-this') | ||
9 | } | ||
6 | 10 | ||
7 | //设置ajax调取服务接口 | 11 | //设置ajax调取服务接口 |
8 | 12 | ... | ... |
... | @@ -184,6 +184,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { | ... | @@ -184,6 +184,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { |
184 | addTabs('#wssq'); | 184 | addTabs('#wssq'); |
185 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wssq.html'); | 185 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wssq.html'); |
186 | }else { | 186 | }else { |
187 | removeTabs('#wssq'); | ||
187 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wdyw.html'); | 188 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wdyw.html'); |
188 | } | 189 | } |
189 | $('.layui-breadcrumb a').eq(1).text(decodeURI(GetQueryString('title'))); | 190 | $('.layui-breadcrumb a').eq(1).text(decodeURI(GetQueryString('title'))); | ... | ... |
-
Please register or sign in to post a comment