057da525 by 任超

style:我的预约

1 parent 239817b1
...@@ -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 })
......