Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
5d4d370989cb16cc14440de3c238e580734c091b
2 parents
13b623b4
c74900a2
Merge branch 'feature/giftCart' into release/6.1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
3 deletions
public/js/home/me-gift.page.js
public/scss/home/_me-gift.css
public/js/home/me-gift.page.js
View file @
5d4d370
...
...
@@ -238,6 +238,7 @@ meGift = {
code
:
$
(
'input.mobile-code'
).
val
()
},
verifyData
,
captcha
).
then
(
function
(
res
)
{
if
(
res
.
code
===
200
)
{
that
.
isBinMobile
=
1
;
dg
.
close
();
that
.
activateGift
();
}
...
...
@@ -312,7 +313,7 @@ meGift = {
},
verifyData
,
captcha
).
then
(
function
(
res
)
{
if
(
res
.
code
===
200
)
{
dg
.
close
();
that
.
meAlert
(
'<p>您的礼品卡激活成功</p>
<p>请尽情享用</p>
'
,
false
,
function
()
{
that
.
meAlert
(
'<p>您的礼品卡激活成功</p>'
,
false
,
function
()
{
location
.
reload
();
});
}
...
...
public/scss/home/_me-gift.css
View file @
5d4d370
...
...
@@ -96,17 +96,26 @@
.me-gift-alert
{
width
:
350px
;
height
:
190px
;
.content
{
color
:
#444
;
padding
:
55
px
0
;
padding
:
62
px
0
;
font-size
:
18px
;
p
{
margin-top
:
10px
;
}
}
.btns
{
margin-bottom
:
10px
;
}
.btn
{
width
:
160px
;
height
:
30px
;
line-height
:
30px
;
}
}
.me-gift-confirm
{
...
...
@@ -286,6 +295,24 @@
div
.content
{
padding
:
10px
30px
;
}
.btns
{
margin-bottom
:
10px
;
}
.btn
{
min-width
:
100px
;
height
:
30px
;
line-height
:
30px
;
}
.confirm-sure
{
margin-left
:
45px
;
}
.alert-sure
{
width
:
160px
;
}
}
.me-gift-confirm.me-page
{
...
...
Please
register
or
login
to post a comment