Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
057da525
authored
2021-01-29 14:56:06 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的预约
1 parent
239817b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
staticJs/wdyy.js
staticJs/wdyy.js
View file @
057da52
...
...
@@ -11,6 +11,9 @@ $(function () {
})
})
function
compileData
()
{
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
GetQueryString
(
'href'
));
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'title'
,
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
$
(
'.online-booking'
).
click
(
function
(){
window
.
open
(
"./yyxz.html?title="
+
decodeURI
(
GetQueryString
(
'title'
))
+
"&href="
+
GetQueryString
(
'href'
),
"_self"
)
})
...
...
Please
register
or
sign in
to post a comment