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-09-08 13:47:45 +0800
Commit
c76ef7e887729171182b739c289e1c3aacc28fa6
2 parents
e8dbc36a
150d3809
APP优化交互
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
apps/home/controllers/installment.js
public/scss/layout/_common.css
apps/home/controllers/installment.js
View file @
c76ef7e
...
...
@@ -41,7 +41,9 @@ const _reviewStatus = (res, req, uid, status) => {
},
goods
:
result
[
0
]
},
url
:
jumpUrl
url
:
helpers
.
appUrlFormat
(
req
.
originalUrl
,
'go.instalmentlist'
,
{
title
:
'分期专享'
})
}
};
}).
catch
(()
=>
{
...
...
public/scss/layout/_common.css
View file @
c76ef7e
...
...
@@ -62,7 +62,7 @@ a {
text-decoration
:
none
;
font-style
:
normal
;
font-size
:
24px
;
font-family
:
"iconfont"
!important
;
font-family
:
'iconfont'
!important
;
-webkit-font-smoothing
:
antialiased
;
-webkit-text-stroke-width
:
0.4px
;
-moz-osx-font-smoothing
:
grayscale
;
...
...
@@ -73,7 +73,7 @@ a {
display
:
none
;
text-align
:
center
;
width
:
70%
;
padding
:
34
PX
0
;
padding
:
18
PX
55
PX
;
top
:
50%
;
left
:
50%
;
margin-left
:
-35%
;
...
...
Please
register
or
login
to post a comment