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
姜枫
8 years ago
Commit
2591a9fec384b17aa8ac1f66ff648d218d9dde8b
1 parent
1c4626b4
精减订单列表页css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
apps/home/controllers/order.js
public/js/home/order.page.js
public/scss/home/order-list.page.css
apps/home/controllers/order.js
View file @
2591a9f
...
...
@@ -44,6 +44,7 @@ exports.order = (req, res, next) => {
navTitle
:
'我的订单'
}),
title
:
'Yoho!Buy 有货'
,
localCss
:
true
,
pageFooter
:
true
,
order
:
result
[
0
]
||
[],
walkwayUrl
:
result
[
1
]
&&
result
[
1
].
length
?
''
:
'//m.yohobuy.com/product/new'
,
...
...
public/js/home/order.page.js
View file @
2591a9f
...
...
@@ -39,6 +39,8 @@ var firstScreen = $('.firstscreen-orders').children().size() > 0;
require
(
'../common'
);
require
(
'../../scss/home/order-list.page.css'
);
// 减少计时
function
downCount
(
item
)
{
var
hoursItem
=
item
.
find
(
'.hours'
);
...
...
public/scss/home/order-list.page.css
0 → 100644
View file @
2591a9f
@import
'order'
;
...
...
Please
register
or
login
to post a comment