Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
9 years ago
Commit
6a16c2c5cfd6316a956fac38b2a5f832fd3d97e2
1 parent
82bc8000
有货分期
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
0 deletions
apps/home/views/action/installment/starting-service.hbs
public/js/home/installment.starting-service.page.js
public/js/home/overdue-notice.js
public/scss/home/installment/_starting-service.css
apps/home/views/action/installment/starting-service.hbs
View file @
6a16c2c
...
...
@@ -23,6 +23,7 @@
<label
for=
"name"
>
卡号:
</label>
<input
id=
"cardNo"
name=
"cardNo"
type=
"tel"
placeholder=
"银行卡号"
size=
"26"
maxlength=
"23"
/>
<span
class=
"iconfont notice"
>

</span>
<div
class=
"clearfix"
></div>
</div>
...
...
@@ -72,4 +73,16 @@
</div>
</div>
</form>
<div
class=
"installment-overdue-notice"
>
<div
class=
"mask-bg"
></div>
<div
class=
"notice-area"
>
<div
class=
"notice-cont"
>
<h2>
支持银行
</h2>
<p>
农业银行、中国银行、工商银行、建设银行、
</p>
<p>
光大银行、兴业银行、邮储银行、民生银行、
</p>
<p>
平安银行、中信银行、广发银行
</p>
</div>
<div
class=
"think-ok"
>
我知道了
</div>
</div>
</div>
</div>
...
...
public/js/home/installment.starting-service.page.js
View file @
6a16c2c
...
...
@@ -321,3 +321,5 @@ $('#agreements').click(function() {
$
(
this
).
attr
(
'href'
,
location
.
pathname
+
'?openby:yohobuy='
+
encodeURIComponent
(
JSON
.
stringify
(
params
)));
});
require
(
'./overdue-notice'
);
...
...
public/js/home/overdue-notice.js
View file @
6a16c2c
...
...
@@ -9,3 +9,10 @@ $('.repay-list .notice').on('click', function() {
$
(
'.think-ok, .mask-bg'
).
on
(
'click'
,
function
()
{
$notice
.
hide
();
});
$
(
'.installment-starting-service-page .notice'
).
on
(
'click'
,
function
()
{
$notice
.
show
();
return
false
;
});
...
...
public/scss/home/installment/_starting-service.css
View file @
6a16c2c
...
...
@@ -121,6 +121,22 @@
text-align
:
center
;
margin-top
:
30px
;
}
.notice
{
position
:
relative
;
left
:
30px
;
top
:
4px
;
font-size
:
28px
;
color
:
#444
;
padding
:
10px
;
}
.installment-overdue-notice
{
.notice-area
{
width
:
560px
;
margin
:
-165px
0
0
-280px
;
}
}
}
.installment-check-btn
{
...
...
Please
register
or
login
to post a comment