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
Plain Diff
Browse Files
Authored by
王水玲
2016-11-04 16:46:26 +0800
Commit
b2239611391a28f447f15ef9b3781c79de1a320b
2 parents
243a8db5
d34262b9
Merge branch 'feature/installment3' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
apps/home/controllers/installment.js
public/js/home/installment.page.js
public/scss/home/installment/_card-detail.css
apps/home/controllers/installment.js
View file @
b223961
...
...
@@ -640,6 +640,11 @@ const cardDetail = (req, res) => {
width750
:
true
,
cardDetail
:
result
});
}).
catch
(()
=>
{
_serverCrash
(
res
,
{
url
:
req
.
originalUrl
,
title
:
'银行卡详情'
});
});
};
...
...
public/js/home/installment.page.js
View file @
b223961
...
...
@@ -136,6 +136,9 @@ var installment = {
}
});
// 解决部分安卓手机不识别calc(100vh)的问题
$
(
'.installment-main'
).
css
({
height
:
$
(
window
).
height
()});
starIScroll
.
iScroll
.
on
(
'scroll'
,
function
()
{
$
(
window
).
trigger
(
'scroll'
);
});
...
...
public/scss/home/installment/_card-detail.css
View file @
b223961
...
...
@@ -153,3 +153,9 @@
}
}
}
.installment-body
{
.dialog-box
{
background
:
#fff
!important
;
}
}
...
...
Please
register
or
login
to post a comment