mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add test
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE >
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Test</title>
|
||||||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="url">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var url = document.getElementById('url');
|
||||||
|
url.innerHTML = window.location.href;
|
||||||
|
</script>
|
||||||
|
</html>
|
||||||
@@ -115,6 +115,7 @@ var App = (function(){
|
|||||||
}
|
}
|
||||||
}());
|
}());
|
||||||
|
|
||||||
|
|
||||||
App.page('index',function(){
|
App.page('index',function(){
|
||||||
this.init = function(){
|
this.init = function(){
|
||||||
J.Scroll('#index_section nav.header-secondary',{
|
J.Scroll('#index_section nav.header-secondary',{
|
||||||
|
|||||||
Reference in New Issue
Block a user