Authored by 陈轩

FIX 会员日 测试用的假数据

@@ -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)
@@ -43,6 +43,7 @@ Game.prototype.bindEvents = function() { @@ -43,6 +43,7 @@ Game.prototype.bindEvents = function() {
43 var awardIndex; 43 var awardIndex;
44 44
45 if (res.code !== 200) { 45 if (res.code !== 200) {
  46 + self.canPlay = true;
46 return tip.show(res.message); 47 return tip.show(res.message);
47 } 48 }
48 49
@@ -294,6 +294,7 @@ @@ -294,6 +294,7 @@
294 font-size: 20px; 294 font-size: 20px;
295 color: #fff; 295 color: #fff;
296 height: 53px; 296 height: 53px;
  297 + margin-bottom: 10px;
297 } 298 }
298 299
299 .vip-good-fav { 300 .vip-good-fav {