|
@@ -41,6 +41,15 @@ exports.index = (req, res, next) => { |
|
@@ -41,6 +41,15 @@ exports.index = (req, res, next) => { |
41
|
goods3: [51374524, 51338322, 51344316]
|
41
|
goods3: [51374524, 51338322, 51344316]
|
42
|
};
|
42
|
};
|
43
|
|
43
|
|
|
|
44
|
+ if (req.app.get('env') !== 'product') {
|
|
|
45
|
+ cate = {
|
|
|
46
|
+ goods1: [512581904, 512581902, 512581900],
|
|
|
47
|
+ goods2: [512581822, 512581816, 512581812],
|
|
|
48
|
+ goods3: [512581806, 512581796, 512581792]
|
|
|
49
|
+ };
|
|
|
50
|
+ }
|
|
|
51
|
+
|
|
|
52
|
+
|
44
|
vipDayModel.getGoods(cate)
|
53
|
vipDayModel.getGoods(cate)
|
45
|
.then(result => {
|
54
|
.then(result => {
|
46
|
// console.log(result.data)
|
55
|
// console.log(result.data)
|