Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vphoto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓丽
Vphoto
Commits
acdaeb08
Commit
acdaeb08
authored
Mar 31, 2017
by
邓丽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
dbef025c
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
18 additions
and
24 deletions
+18
-24
dist/fonts/iconFont.eot
+0
-0
dist/fonts/iconFont.ttf
+0
-0
dist/fonts/iconFont.woff
+0
-0
dist/fonts/iconFont.woff2
+0
-0
dist/html/appoint.html
+1
-2
dist/html/dir-appoint.html
+1
-2
dist/html/picture-live.html
+7
-8
src/pages/appoint.ejs
+1
-2
src/pages/dir-appoint.ejs
+1
-2
src/pages/picture-live.ejs
+7
-8
No files found.
dist/fonts/iconFont.eot
View file @
acdaeb08
No preview for this file type
dist/fonts/iconFont.ttf
View file @
acdaeb08
No preview for this file type
dist/fonts/iconFont.woff
View file @
acdaeb08
No preview for this file type
dist/fonts/iconFont.woff2
View file @
acdaeb08
No preview for this file type
dist/html/appoint.html
View file @
acdaeb08
...
...
@@ -150,7 +150,6 @@
</article>
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/appoint.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/jquery-weui/js/city-picker.min.js"
charset=
"utf-8"
></script>
<script>
...
...
@@ -184,7 +183,7 @@
];
},
value
:
'2012-12-12 '
,
onChange
:
function
(
picker
,
values
,
displayValues
)
{
onChange
:
function
(
picker
,
values
,
displayValues
)
{
//此处不用可删除
/* console.log(values);*/
}
});
...
...
dist/html/dir-appoint.html
View file @
acdaeb08
...
...
@@ -98,7 +98,6 @@
</article>
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/appoint.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/jquery-weui/js/city-picker.min.js"
charset=
"utf-8"
></script>
<script>
...
...
@@ -132,7 +131,7 @@
];
},
value
:
'2012-12-12 '
,
onChange
:
function
(
picker
,
values
,
displayValues
)
{
onChange
:
function
(
picker
,
values
,
displayValues
)
{
//此处不用可删除
/* console.log(values);*/
}
});
...
...
dist/html/picture-live.html
View file @
acdaeb08
...
...
@@ -303,7 +303,6 @@
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/picture-live.min.js"
></script>
<script>
/*切换排序方式*/
$
(
".latest"
).
click
(
function
(){
...
...
@@ -340,8 +339,6 @@
},
1000
);
});
$
(
function
(){
/*请求数据*/
function
requestDta
(){
$
.
ajax
({
...
...
@@ -361,10 +358,6 @@
})
}
/*判断会场显示方式*/
roomDisplay
();
})
/*计算会场总宽度*/
function
roomDisplay
(){
var
Swidth
=
$
(
window
).
width
();
...
...
@@ -399,7 +392,13 @@
}
else
{
$
(
"#updateItem"
).
animate
({
"top"
:
"0"
},
500
);
}
},
20000
);
},
200000
);
/*页面刷新事件*/
$
(
function
(){
/*判断会场显示方式*/
roomDisplay
();
})
</script>
</body>
...
...
src/pages/appoint.ejs
View file @
acdaeb08
...
...
@@ -115,7 +115,6 @@
</article>
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/appoint.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/jquery-weui/js/city-picker.min.js"
charset=
"utf-8"
></script>
<script>
...
...
@@ -149,7 +148,7 @@
];
},
value
:
'2012-12-12 '
,
onChange
:
function
(
picker
,
values
,
displayValues
)
{
onChange
:
function
(
picker
,
values
,
displayValues
)
{
//此处不用可删除
/* console.log(values);*/
}
});
...
...
src/pages/dir-appoint.ejs
View file @
acdaeb08
...
...
@@ -78,7 +78,6 @@
</article>
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/appoint.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../lib/jquery-weui/js/city-picker.min.js"
charset=
"utf-8"
></script>
<script>
...
...
@@ -112,7 +111,7 @@
];
},
value
:
'2012-12-12 '
,
onChange
:
function
(
picker
,
values
,
displayValues
)
{
onChange
:
function
(
picker
,
values
,
displayValues
)
{
//此处不用可删除
/* console.log(values);*/
}
});
...
...
src/pages/picture-live.ejs
View file @
acdaeb08
...
...
@@ -143,7 +143,6 @@
<script
src=
"../../lib/hammer.js/hammer.min.js"
></script>
<script
src=
"../js/picture-live.min.js"
></script>
<script>
/*切换排序方式*/
$
(
".latest"
).
click
(
function
(){
...
...
@@ -180,8 +179,6 @@
},
1000
);
});
$
(
function
(){
/*请求数据*/
function
requestDta
(){
$
.
ajax
({
...
...
@@ -201,10 +198,6 @@
})
}
/*判断会场显示方式*/
roomDisplay
();
})
/*计算会场总宽度*/
function
roomDisplay
(){
var
Swidth
=
$
(
window
).
width
();
...
...
@@ -239,7 +232,13 @@
}
else
{
$
(
"#updateItem"
).
animate
({
"top"
:
"0"
},
500
);
}
},
20000
);
},
200000
);
/*页面刷新事件*/
$
(
function
(){
/*判断会场显示方式*/
roomDisplay
();
})
</script>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment