Authored by 陈峰

Merge branch 'feature/yoluck' into 'release/6.8.3'

Feature/yoluck



See merge request !1614
... ... @@ -26,7 +26,8 @@ function index(req, res, next) {
page: 'yoluck-list',
tabpanel: result,
localCss: true,
nodownload: true
nodownload: true,
width750: true
});
}).catch(next);
... ... @@ -75,7 +76,8 @@ function detail(req, res, next) {
page: 'yoluck-detail',
result,
localCss: true,
nodownload: true
nodownload: true,
width750: true
});
}).catch(next);
... ...
... ... @@ -4,7 +4,7 @@
</div>
{{/ifcond}}
<img class="product_image" src="{{image2 cover_img q=60}}" alt="">
<img class="product_image" src="{{image2 cover_img w=760 h=470 q=60}}" alt="">
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
... ...
{
"name": "yohobuywap-node",
"version": "6.8.50",
"version": "6.8.51",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -6,7 +6,7 @@
</div>
{{/ifcond}}
<img class="product_image" src="{{cover_img}}" alt="">
<img class="product_image" src="{{image2 cover_img w=760 h=470 q=60}}" alt="">
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
... ...
... ... @@ -110,7 +110,6 @@ clipboard.on('success', function(e) {
});
luckAlert.init();
yoSdk.auth();
setInterval(() => {
let $countdown = $('.product_countdown');
... ...
... ... @@ -26,24 +26,5 @@
line-height: 40px;
background-color: #d0021b;
text-align: center;
animation: scaleDraw 3s ease-in-out infinite;
}
@keyframes scaleDraw {
0% {
transform: scale(1);
}
25% {
transform: scale(1.2);
}
50% {
transform: scale(1);
}
75% {
transform: scale(1.2);
}
}
}
... ...