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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
25fb1feda089921168cc196f685cd3b9aae97404
1 parent
df4cd25a
dialog style
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
public/js/cart/ensure.page.js
public/js/cart/ticket.page.js
public/scss/cart/_order-ensure2016.css
public/js/cart/ensure.page.js
View file @
25fb1fe
...
...
@@ -720,7 +720,7 @@ giftCard = {
}
that
.
checkContent
=
'<h2>安全验证</h2>'
+
'<p class="tip-info">您正在使用礼品卡支付,为了保
障您的安全,请
进行安全验证。</p>'
+
'<p class="tip-info">您正在使用礼品卡支付,为了保
证您的账户安全,需要
进行安全验证。</p>'
+
'<p class="receiver-info">验证码已发送至'
+
(
data
.
data
.
userMobile
||
'您绑定的'
)
+
'手机号</p>'
+
'<p><input type="text" placeholder="短信验证码" maxlength="8"><span class="send-sms">获取验证码</span></p>'
;
}
...
...
@@ -1008,7 +1008,7 @@ $('#order-submit').click(function() {
},
{
id
:
'check-sure'
,
btnClass
:
[
'check-sure'
],
name
:
'确定
使用
'
,
name
:
'确定'
,
cb
:
function
()
{
order
.
checkCode
=
$
(
'input'
,
checkDg
.
$el
).
val
();
...
...
@@ -1040,7 +1040,7 @@ $('#order-submit').click(function() {
this
.
timer
=
setInterval
(
function
()
{
if
(
that
.
seconds
>
0
)
{
that
.
$sendBtn
.
text
(
(
that
.
seconds
--
)
+
's
'
).
addClass
(
'timer'
);
that
.
$sendBtn
.
text
(
'重新获取('
+
(
that
.
seconds
--
)
+
'秒)
'
).
addClass
(
'timer'
);
}
else
{
that
.
$sendBtn
.
text
(
'重新获取'
).
removeClass
(
'timer'
);
clearInterval
(
that
.
timer
);
...
...
public/js/cart/ticket.page.js
View file @
25fb1fe
...
...
@@ -175,7 +175,7 @@ giftCard = {
}
that
.
checkContent
=
'<h2>安全验证</h2>'
+
'<p class="tip-info">您正在使用礼品卡支付,为了保
障您的安全,请
进行安全验证。</p>'
+
'<p class="tip-info">您正在使用礼品卡支付,为了保
证您的账户安全,需要
进行安全验证。</p>'
+
'<p class="receiver-info">验证码已发送至'
+
(
data
.
data
.
userMobile
||
'您绑定的'
)
+
'手机号</p>'
+
'<p><input type="text" placeholder="短信验证码" maxlength="8"><span class="send-sms">获取验证码</span></p>'
;
}
...
...
@@ -292,7 +292,7 @@ $('#order-submit').on('click', function() {
},
{
id
:
'check-sure'
,
btnClass
:
[
'check-sure'
],
name
:
'确定
使用
'
,
name
:
'确定'
,
cb
:
function
()
{
order
.
checkCode
=
$
(
'input'
,
checkDg
.
$el
).
val
();
...
...
@@ -324,7 +324,7 @@ $('#order-submit').on('click', function() {
this
.
timer
=
setInterval
(
function
()
{
if
(
that
.
seconds
>
0
)
{
that
.
$sendBtn
.
text
(
(
that
.
seconds
--
)
+
's
'
).
addClass
(
'timer'
);
that
.
$sendBtn
.
text
(
'重新获取('
+
(
that
.
seconds
--
)
+
'秒)
'
).
addClass
(
'timer'
);
}
else
{
that
.
$sendBtn
.
text
(
'重新获取'
).
removeClass
(
'timer'
);
clearInterval
(
that
.
timer
);
...
...
public/scss/cart/_order-ensure2016.css
View file @
25fb1fe
...
...
@@ -1894,14 +1894,14 @@
}
input
{
width
:
1
7
0px
;
width
:
1
6
0px
;
height
:
30px
;
padding-left
:
10px
;
box-sizing
:
border-box
;
}
.send-sms
{
width
:
1
1
0px
;
width
:
1
2
0px
;
height
:
30px
;
color
:
#fff
;
margin-left
:
20px
;
...
...
Please
register
or
login
to post a comment