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
毕凯
2017-04-17 12:27:28 +0800
Commit
2d7ef5e46e81c4e574e8ac7ab91853032f08c08d
2 parents
51d42540
9b079349
Merge branch 'feature/fraud' into 'release/5.6'
防诈骗订单列表页遮盖问题 See merge request
!484
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
apps/home/views/action/order.hbs
apps/product/models/recom.js
public/scss/home/_fraud.css
apps/home/views/action/order.hbs
View file @
2d7ef5e
...
...
@@ -62,3 +62,4 @@
</div>
</div>
</div>
<input
type=
"hidden"
id=
"no-download"
>
...
...
apps/product/models/recom.js
View file @
2d7ef5e
...
...
@@ -95,7 +95,7 @@ const mayLikelife = (page, limit) => {
return
formData
;
}
else
{
logger
.
error
(
'mayLikelife code no 200'
)
;
return
{}
;
}
});
};
...
...
public/scss/home/_fraud.css
View file @
2d7ef5e
...
...
@@ -22,6 +22,7 @@
margin-top
:
16px
;
color
:
#b0b0b0
;
font-size
:
22px
;
width
:
94%
;
}
.iconfont
{
...
...
Please
register
or
login
to post a comment