51893823 by 任超

style:我的预约

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