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
eb559a70fe66793eb7c0c1f16a9a536cc4fd7185
2 parents
b9454a99
f5b64abf
Merge branch 'feature/giftCart' into release/6.1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/home/views/action/home/gift/me-gift.hbs
public/js/home/me-gift.page.js
apps/home/views/action/home/gift/me-gift.hbs
View file @
eb559a7
...
...
@@ -89,8 +89,8 @@
<script
id=
"activate-gift-tpl"
type=
"text/html"
>
<
div
class
=
"title"
>
激活礼品卡
<
/div
>
<
div
class
=
"verify-input activate-center"
>
<
div
class
=
"gift-group"
><
input
type
=
"text"
placeholder
=
"请输入礼品卡号"
class
=
"card-code"
/><
/div
>
<
div
class
=
"gift-group activate-input-last"
><
input
type
=
"text"
placeholder
=
"请输入礼品卡密"
class
=
"card-pwd"
/><
/div
>
<
div
class
=
"gift-group"
><
input
type
=
"text"
placeholder
=
"请输入礼品卡卡号"
class
=
"card-code"
/><
/div
>
<
div
class
=
"gift-group activate-input-last"
><
input
type
=
"text"
placeholder
=
"请输入礼品卡卡密"
class
=
"card-pwd"
/><
/div
>
<
/div
>
</script>
...
...
public/js/home/me-gift.page.js
View file @
eb559a7
...
...
@@ -164,6 +164,7 @@ meGift = {
verifyEmailCode
:
function
()
{
var
that
=
this
;
var
dg
=
new
dialog
.
Dialog
({
closeIcon
:
false
,
content
:
that
.
emailTpl
({}),
className
:
'me-gift-confirm'
,
btns
:
[{
...
...
@@ -203,6 +204,7 @@ meGift = {
getMobileCode
:
function
()
{
var
that
=
this
;
var
dg
=
new
dialog
.
Dialog
({
closeIcon
:
false
,
content
:
that
.
mobileTpl
({}),
className
:
'me-gift-confirm'
,
btns
:
[{
...
...
@@ -274,6 +276,7 @@ meGift = {
activateGift
:
function
()
{
var
that
=
this
;
var
dg
=
new
dialog
.
Dialog
({
closeIcon
:
false
,
content
:
that
.
giftTpl
({}),
className
:
'me-gift-confirm'
,
btns
:
[{
...
...
@@ -333,6 +336,7 @@ meGift = {
meAlertDialog
.
addClass
(
'hide'
);
dg
=
new
dialog
.
Dialog
({
closeIcon
:
false
,
content
:
content
,
className
:
'me-gift-alert'
,
mask
:
!!
mask
,
...
...
Please
register
or
login
to post a comment