Authored by 郭成尧

page-css

@@ -59,6 +59,8 @@ exports.ensure = (req, res, next) => { @@ -59,6 +59,8 @@ exports.ensure = (req, res, next) => {
59 return res.render('order-ensure', Object.assign({ 59 return res.render('order-ensure', Object.assign({
60 module: 'cart', 60 module: 'cart',
61 page: 'seckill', 61 page: 'seckill',
  62 + width750: true,
  63 + localCss: true,
62 pageHeader: headerModel.setNav({ 64 pageHeader: headerModel.setNav({
63 navTitle: '确认订单', 65 navTitle: '确认订单',
64 backUrl: '/product/' + skn + '.html' // 商品url改版 66 backUrl: '/product/' + skn + '.html' // 商品url改版
@@ -108,6 +110,8 @@ exports.ensure = (req, res, next) => { @@ -108,6 +110,8 @@ exports.ensure = (req, res, next) => {
108 navTitle: '确认订单', 110 navTitle: '确认订单',
109 backUrl: '/product/' + skn + '.html' // 商品url改版 111 backUrl: '/product/' + skn + '.html' // 商品url改版
110 }), 112 }),
  113 + width750: true,
  114 + localCss: true,
111 cartToken: crypto.encryption(SLAT, [sku, activityId].join('')) 115 cartToken: crypto.encryption(SLAT, [sku, activityId].join(''))
112 }, view)); 116 }, view));
113 })().catch(next); 117 })().catch(next);
1 -'use strict';  
2 -  
3 require('./seckill/order-ensure'); 1 require('./seckill/order-ensure');
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 * @author: xuqi<qi.xu@yoho.cn> 4 * @author: xuqi<qi.xu@yoho.cn>
5 * @date: 2015/11/12 5 * @date: 2015/11/12
6 */ 6 */
7 - 7 +require('cart/order-ensure.page.css');
8 require('common.js'); 8 require('common.js');
9 9
10 let lazyLoad = require('yoho-jquery-lazyload'), 10 let lazyLoad = require('yoho-jquery-lazyload'),