Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
36418353713ed0647d83f8bba8e1b0ccbeb1d247
2 parents
0c49e9e6
70fe3a43
Merge branch 'hotfix/life' of git.dev.yoho.cn:web/yohobuywap into hotfix/life
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletions
static/img/life/index/bg.jpg
static/js/life/login.js
static/sass/life/_login.css
template/m.yohobuy.com/actions/index/life/login.phtml
static/img/life/index/bg.jpg
View file @
3641835
916 KB
|
W:
|
H:
358 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/js/life/login.js
View file @
3641835
...
...
@@ -23,6 +23,9 @@ function get() {
location
.
href
=
'/life/coupon'
+
'?'
+
'code'
+
'='
+
data
.
data
;
}
else
if
(
data
.
code
===
401
)
{
$
(
'.successed'
).
show
();
$
(
'.sure'
).
click
(
function
()
{
location
.
href
=
'/life/coupon'
+
'?'
+
'code'
+
'='
+
data
.
data
;
});
}
else
if
(
data
.
code
===
403
)
{
$
(
'.late'
).
show
();
}
else
{
...
...
@@ -34,5 +37,6 @@ function get() {
$
(
'.coupon-btn'
).
click
(
function
()
{
get
();
$
(
'.mark'
).
show
();
});
...
...
static/sass/life/_login.css
View file @
3641835
...
...
@@ -100,6 +100,7 @@ html,body {
left
:
10%
;
top
:
33%
;
display
:
none
;
z-index
:
2
;
}
.faill
{
background-image
:
resolve
(
'life/login/faill.png'
);
...
...
@@ -110,6 +111,7 @@ html,body {
left
:
10%
;
top
:
33%
;
display
:
none
;
z-index
:
2
;
}
.late
{
background-image
:
resolve
(
'life/login/late.png'
);
...
...
@@ -120,6 +122,7 @@ html,body {
left
:
10%
;
top
:
33%
;
display
:
none
;
z-index
:
2
;
}
.sure
{
position
:
absolute
;
...
...
template/m.yohobuy.com/actions/index/life/login.phtml
View file @
3641835
...
...
@@ -9,7 +9,7 @@
<img
src=
"http://static.dev.yohobuy.com/img/life/login/codemark.jpg"
/>
</div>
<div
class=
"successed"
>
<
a
href=
"/life/coupon"
class=
"sure"
></a
>
<
span
class=
"sure"
></span
>
</div>
<div
class=
"faill"
>
<a
href=
"/life/index"
class=
"sure"
></a>
...
...
Please
register
or
login
to post a comment