|
@@ -26,7 +26,45 @@ exports.orderDetail = (req, res, next) => { |
|
@@ -26,7 +26,45 @@ exports.orderDetail = (req, res, next) => { |
26
|
page: 'index',
|
26
|
page: 'index',
|
27
|
title: 'Yoho!Buy 有货',
|
27
|
title: 'Yoho!Buy 有货',
|
28
|
pageHeader: headerData,
|
28
|
pageHeader: headerData,
|
29
|
- pageFooter: true
|
29
|
+ pageFooter: true,
|
|
|
30
|
+ orderDetail: [
|
|
|
31
|
+ {
|
|
|
32
|
+ 'orderNum': '1111',
|
|
|
33
|
+ 'pay_expire': '2016-07-28 17:26:28',
|
|
|
34
|
+ 'user_confirm_paid': 'N',
|
|
|
35
|
+ 'payment_type_str': '在线支付',
|
|
|
36
|
+ 'use_limit_code': 'Y',
|
|
|
37
|
+ 'is_cancel': 'N',
|
|
|
38
|
+ 'uid': '20000266',
|
|
|
39
|
+ 'update_time': '0',
|
|
|
40
|
+ 'name': '张三',
|
|
|
41
|
+ 'phoneNum': '15999999999',
|
|
|
42
|
+ 'isVirtual': false,
|
|
|
43
|
+ 'mobile': '15999999999',
|
|
|
44
|
+ 'orderNum': '1606688700',
|
|
|
45
|
+ 'address': '测试地址测试地址测试地址测试地址',
|
|
|
46
|
+ 'orderStatus': '已取消',
|
|
|
47
|
+ 'orderTime': '2016-08-17 11:24:28',
|
|
|
48
|
+ 'logisticsUrl': '#',
|
|
|
49
|
+ 'logisticsCompany': '顺丰',
|
|
|
50
|
+ 'logisticsNum': '111111',
|
|
|
51
|
+ 'yohoCoin': '999',
|
|
|
52
|
+ 'invoice': {
|
|
|
53
|
+ 'title': '有货',
|
|
|
54
|
+ 'contentValue': '有货',
|
|
|
55
|
+ 'pdfUrl': '#'
|
|
|
56
|
+ },
|
|
|
57
|
+ 'qrcode': '#',
|
|
|
58
|
+ 'orderBalance': [{
|
|
|
59
|
+ 'promotion': '商品总金额',
|
|
|
60
|
+ 'account': '100.00'
|
|
|
61
|
+ }, {
|
|
|
62
|
+ 'promotion': '运费',
|
|
|
63
|
+ 'account': '10.00'
|
|
|
64
|
+ }],
|
|
|
65
|
+ 'price': '999.99'
|
|
|
66
|
+ }
|
|
|
67
|
+ ]
|
30
|
}));
|
68
|
}));
|
31
|
}
|
69
|
}
|
32
|
}).catch(next);
|
70
|
}).catch(next);
|