style:动态面包屑
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -183,7 +183,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { | ... | @@ -183,7 +183,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { |
183 | if (decodeURI(GetQueryString('title')) =='网上申请') { | 183 | if (decodeURI(GetQueryString('title')) =='网上申请') { |
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 if((decodeURI(GetQueryString('title')) =='我的业务')) { |
187 | removeTabs('#wssq'); | 187 | removeTabs('#wssq'); |
188 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wdyw.html'); | 188 | $('.layui-breadcrumb a').eq(1).attr('href','/staticViews/wdyw.html'); |
189 | } | 189 | } | ... | ... |
-
Please register or sign in to post a comment