Authored by 陈轩

FIX vip-day

... ... @@ -50,7 +50,7 @@ exports.index = (req, res, next) => {
goods3: [51374524, 51338322, 51344316]
};
if (req.app.get('env') !== 'product') {
if (req.app.get('env') !== 'production') {
cate = {
goods1: [512581904, 512581902, 512581900],
goods2: [512581822, 512581816, 512581812],
... ...

145 KB | W: | H:

46.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -83,7 +83,7 @@ Game.prototype._anim = function(stopLocation, coin) {
newLocation = newLocation > 8 ? newLocation - 8 : newLocation;
console.log(newLocation);
// console.log(newLocation);
setActive(newLocation);
... ...
... ... @@ -209,7 +209,7 @@ var page = {
oneMsgH = $msgRoll[0].getBoundingClientRect().height - 6;
onePageH = $fragClone[0].offsetTop;
console.log(oneMsgH);
// console.log(oneMsgH);
function rolling() {
... ...
... ... @@ -25,7 +25,7 @@ function getAwards($container) {
var $frag = $(document.createDocumentFragment());
if (!res.data.length) {
if (!res.data) {
$frag.append('<li><div class="text-center">快试试手气吧~</div></li>');
} else {
$.each(res.data, function(i, li) {
... ...
... ... @@ -35,7 +35,7 @@ $(function() {
}, 5000);
game.onsuccess = function(score) {
console.log(score);
// console.log(score);
upPlayers(1);
$.yAlert({
class: 'vipday-game-alert',
... ...
... ... @@ -3,7 +3,7 @@
}
.vip-day-header {
background: resolve("activity/vip_day/activity.png");
background: resolve("activity/vip_day/activity.jpg");
background-size: 100% 100%;
height: 466px;
/*box-shadow: inset -6px -6px 7px rgba(15, 5, 10, 0.32);*/
... ... @@ -161,8 +161,8 @@
}
.content {
height: 224px;
background: no-repeat center center resolve('activity/vip_day/vip-boot-pic.png');
height: 263px;
background: no-repeat center center resolve('activity/vip_day/vip-boot-pic.jpg');
background-size: 100% 100%;
}
... ... @@ -315,7 +315,7 @@
margin-bottom: 56px;
color: transparent;
height: 297px;
background-image: resolve('activity/vip_day/invite.png');
background-image: resolve('activity/vip_day/invite.jpg');
background-size: 100% 100%;
}
}
... ...