Authored by 姜枫

精减订单列表页css

... ... @@ -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',
... ...
... ... @@ -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');
... ...
@import 'order';
... ...