style:我的预约
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -11,6 +11,9 @@ $(function () { | ... | @@ -11,6 +11,9 @@ $(function () { |
| 11 | }) | 11 | }) |
| 12 | }) | 12 | }) |
| 13 | function compileData() { | 13 | function compileData() { |
| 14 | $('.layui-breadcrumb a').eq(1).attr('href',GetQueryString('href')); | ||
| 15 | $('.layui-breadcrumb a').eq(1).attr('title', decodeURI(GetQueryString('title'))); | ||
| 16 | $('.layui-breadcrumb a').eq(1).text(decodeURI(GetQueryString('title'))); | ||
| 14 | $('.online-booking').click(function(){ | 17 | $('.online-booking').click(function(){ |
| 15 | window.open("./yyxz.html?title="+decodeURI(GetQueryString('title')) + "&href="+GetQueryString('href'), "_self") | 18 | window.open("./yyxz.html?title="+decodeURI(GetQueryString('title')) + "&href="+GetQueryString('href'), "_self") |
| 16 | }) | 19 | }) | ... | ... |
-
Please register or sign in to post a comment