51893823 by 任超

style:我的预约

1 parent c654d6d9
......@@ -10,12 +10,6 @@ $(function () {
slidesPerGroup: 1,
observer: true,
observeParents: true,
// on: {
// click: function (swiper) {
// var index = swiper["clickedIndex"];
// //a(index);
// },
// },
loopFillGroupWithBlank: true,
navigation: {
nextEl: ".swiper-button-next",
......@@ -200,7 +194,7 @@ function handle(id) {
content:
'<div class="infoContent">' +
"<ul>" +
"<li><span>姓名</span>:" + getItem('myCookie').username + "</li>" +
"<li><span>姓名</span>:&nbsp;&nbsp;" + getItem('myCookie').username + "</li>" +
"<li><span>身份证号</span>:" + getItem('myCookie').zjhm + "</li>" +
"<li><span>联系电话</span>:" + getItem('myCookie').phone + "</li>" +
"</ul>" +
......@@ -208,7 +202,7 @@ function handle(id) {
hallname +
"</div>" +
'<div class="listItem"><h3>预约业务:</h3>' +
input.val() +
input.find('h3').text() +
"</div>" +
'<div class="listItem"><h3>预约时间:</h3>' +
bookingDateUL.children("li").get(1).innerHTML +
......
......@@ -5,7 +5,7 @@
<head>
<style></style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我的预约-预约时间</title>
<title>我的预约-预约业务</title>
<script type="text/javascript" src="../staticJs/head.js"></script>
<link rel="stylesheet" href="../staticCss/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css" />
......@@ -20,7 +20,7 @@
<span class="layui-breadcrumb">
<a href="../index.html" title="首页">首页</a>
<a href="./grzx.html" title="个人中心">个人中心</a>
<a title="预约时间"><cite>预约时间</cite></a>
<a title="预约业务"><cite>预约业务</cite></a>
</span>
</div>
</div>
......