Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
www.fudou6.com
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liaili
www.fudou6.com
Commits
33a77590
Commit
33a77590
authored
Aug 02, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cc6cb603
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
55 deletions
+5
-55
main.js
public/javascripts/main.js
+0
-42
project.min.js
public/javascripts/project.min.js
+5
-5
layout.hbs
views/layout.hbs
+0
-8
No files found.
public/javascripts/main.js
deleted
100644 → 0
View file @
cc6cb603
/**
* Created by liaili on 16/8/1.
*/
/**
* callback
* @param something
*/
// function learn(something){
// console.log(something)
// }
// function we(callback,something){
// something += 'is cool!';
// callback(something);
// }
// we(learn, 'Nodejs');
/**
* asynic
*/
// var a=0;
// function print(){
// console.log(a);
// }
// function plusIt(callback){
// setTimeout(function(){
// a++;
// callback();
// },1000)
// }
//
// plusIt(print());
/**
* 作用域和上下文
*/
function
pet
(
words
)
{
this
.
words
=
words
;
console
.
log
(
this
);
console
.
log
(
this
.
words
)
}
pet
(
'...'
);
public/javascripts/project.min.js
View file @
33a77590
...
@@ -24,15 +24,15 @@
...
@@ -24,15 +24,15 @@
n
.
fadeOut
(
300
);
n
.
fadeOut
(
300
);
}),
e
.
on
(
"submit"
,
function
(
e
)
{
}),
e
.
on
(
"submit"
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
var
o
=
a
(),
t
=
i
();
var
c
=
a
(),
r
=
i
();
o
&&
t
&&
request
(
"/api/1.0/proj/add.json"
,
{
c
&&
r
&&
(
request
(
"/api/1.0/proj/add.json"
,
{
mobile
:
o
,
mobile
:
c
,
description
:
t
description
:
r
},
"POST"
).
then
(
function
()
{
},
"POST"
).
then
(
function
()
{
n
.
fadeIn
(
300
);
n
.
fadeIn
(
300
);
}).
catch
(
function
()
{
}).
catch
(
function
()
{
alert
(
"提交失败, 请稍后再试!"
);
alert
(
"提交失败, 请稍后再试!"
);
});
})
,
o
.
val
(
""
),
t
.
val
(
""
))
;
});
});
}(),
function
()
{
}(),
function
()
{
var
e
=
$
(
".modal-box"
),
o
=
[
{
var
e
=
$
(
".modal-box"
),
o
=
[
{
...
...
views/layout.hbs
View file @
33a77590
...
@@ -44,16 +44,8 @@
...
@@ -44,16 +44,8 @@
<h2>
400-879-9900
</h2>
<h2>
400-879-9900
</h2>
<!--<hr class="line-separate"/>-->
<!--<hr class="line-separate"/>-->
<p
class=
"copyright"
>
Copyright2016
<span>
shuniu
</span>
All Right Reserved
©
2014-2015 杭州枢纽科技有限公司 版权所有
</p>
<p
class=
"copyright"
>
Copyright2016
<span>
shuniu
</span>
All Right Reserved
©
2014-2015 杭州枢纽科技有限公司 版权所有
</p>
<
<<<<<<
HEAD
<
address
>
浙江省杭州市余杭区良睦路1288号梦想小镇5-305
<br>
上海市浦东新区福山路458号同盛大厦1808室
<br>
<a
href=
"mailto:hr@shuniu.com"
>
E-mail:hr@shuniu.com
</a>
</address>
=======
<address>
浙江省杭州市余杭区良睦路1288号梦想小镇5-305 E-mail:
<a
href=
"mailto:hr@shuniu.com"
>
hr@shuniu.com
</a></address>
<address>
浙江省杭州市余杭区良睦路1288号梦想小镇5-305 E-mail:
<a
href=
"mailto:hr@shuniu.com"
>
hr@shuniu.com
</a></address>
<address>
上海市浦东新区福山路458号同盛大厦1808室
</address>
<address>
上海市浦东新区福山路458号同盛大厦1808室
</address>
>>>>>>> 1aadc14cedd435d1d092307bdabf4fa8badd531f
</footer>
</footer>
<script
src=
"/javascripts/jquery-1.8.3.min.js"
></script>
<script
src=
"/javascripts/jquery-1.8.3.min.js"
></script>
{{#if
env
}}
{{#if
env
}}
...
...
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