...
|
...
|
@@ -9,8 +9,8 @@ const easypay = require('../models/easypay'); |
|
|
const headerModel = require('../../../doraemon/models/simple-header');
|
|
|
|
|
|
const stepper = [
|
|
|
{name: '填写订单', focus: true},
|
|
|
{name: '付款,完成购买'}
|
|
|
{ name: '填写订单', focus: true },
|
|
|
{ name: '付款,完成购买' }
|
|
|
];
|
|
|
|
|
|
const index = (req, res, next) => {
|
...
|
...
|
@@ -22,9 +22,8 @@ const index = (req, res, next) => { |
|
|
|
|
|
result.stepper = stepper;
|
|
|
|
|
|
if (params.limitcode) { // 限定发售不支持优惠券
|
|
|
result.notUseCoupon = true;
|
|
|
}
|
|
|
// 限定发售&套餐不支持优惠券
|
|
|
result.notUseCoupon = true;
|
|
|
|
|
|
res.render('order-ensure2016', {
|
|
|
title: '填写订单 | ' + (res.locals.title || ''),
|
...
|
...
|
@@ -63,4 +62,4 @@ module.exports = { |
|
|
index,
|
|
|
compute,
|
|
|
submit
|
|
|
}; |
|
|
}; |
|
|
\ No newline at end of file |
...
|
...
|
|