c8df1970 by 任超

style:在线预约

1 parent 1c97d53d
......@@ -35,7 +35,6 @@
</li>
<li>
<a class="cardItem" id="onlineBooking" title="在线预约">
<!-- href="/staticViews/yyxz.html" -->
<img src="./staticImages/zxyy.png" alt="在线预约">
在线预约
</a>
......
......@@ -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')
}
})
}
......