style:在线预约
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -35,7 +35,6 @@ | ... | @@ -35,7 +35,6 @@ |
35 | </li> | 35 | </li> |
36 | <li> | 36 | <li> |
37 | <a class="cardItem" id="onlineBooking" title="在线预约"> | 37 | <a class="cardItem" id="onlineBooking" title="在线预约"> |
38 | <!-- href="/staticViews/yyxz.html" --> | ||
39 | <img src="./staticImages/zxyy.png" alt="在线预约"> | 38 | <img src="./staticImages/zxyy.png" alt="在线预约"> |
40 | 在线预约 | 39 | 在线预约 |
41 | </a> | 40 | </a> | ... | ... |
... | @@ -61,12 +61,12 @@ $(function () { | ... | @@ -61,12 +61,12 @@ $(function () { |
61 | function initData() { | 61 | function initData() { |
62 | $('#appointment_inquiry').click (function(){ | 62 | $('#appointment_inquiry').click (function(){ |
63 | if (isLogin()) { | 63 | if (isLogin()) { |
64 | window.open('./staticViews/wdyy.html') | 64 | window.open('./staticViews/wdyy.html','_self') |
65 | } | 65 | } |
66 | }) | 66 | }) |
67 | $('#onlineBooking').click (function(){ | 67 | $('#onlineBooking').click (function(){ |
68 | if (isLogin()) { | 68 | if (isLogin()) { |
69 | window.open('./staticViews/wdyy.html') | 69 | window.open('./staticViews/wdyy.html','_self') |
70 | } | 70 | } |
71 | }) | 71 | }) |
72 | } | 72 | } | ... | ... |
-
Please register or sign in to post a comment