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
c8df1970
authored
2021-01-12 13:44:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:在线预约
1 parent
1c97d53d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
index.html
staticJs/pageHome.js
index.html
View file @
c8df197
...
...
@@ -35,7 +35,6 @@
</li>
<li>
<a
class=
"cardItem"
id=
"onlineBooking"
title=
"在线预约"
>
<!-- href="/staticViews/yyxz.html" -->
<img
src=
"./staticImages/zxyy.png"
alt=
"在线预约"
>
在线预约
</a>
...
...
staticJs/pageHome.js
View file @
c8df197
...
...
@@ -61,12 +61,12 @@ $(function () {
function
initData
()
{
$
(
'#appointment_inquiry'
).
click
(
function
(){
if
(
isLogin
())
{
window
.
open
(
'./staticViews/wdyy.html'
)
window
.
open
(
'./staticViews/wdyy.html'
,
'_self'
)
}
})
$
(
'#onlineBooking'
).
click
(
function
(){
if
(
isLogin
())
{
window
.
open
(
'./staticViews/wdyy.html'
)
window
.
open
(
'./staticViews/wdyy.html'
,
'_self'
)
}
})
}
...
...
Please
register
or
sign in
to post a comment