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
51893823
authored
2021-01-12 09:55:27 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的预约
1 parent
c654d6d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
staticJs/yysj.js
staticViews/yysj.html
staticJs/yysj.js
View file @
5189382
...
...
@@ -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>:
"
+
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
+
...
...
staticViews/yysj.html
View file @
5189382
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment