Authored by 郝肖肖

Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail

... ... @@ -18,8 +18,6 @@ const _processGraphData = (rawListData) => {
start = _.parseInt(((rawListDataLength - 4) / rawListDataLength) * 100);
}
console.log(start);
_.forEach(rawListData, monthRawData => {
let yearValue = _.get(monthRawData, 'year');
let monthValue = _.get(monthRawData, 'month');
... ... @@ -68,7 +66,8 @@ class Grade {
module: 'activity',
page: 'grade-detail',
width750: true,
localCss: true
localCss: true,
title: '成长值'
});
}
... ...
... ... @@ -5,7 +5,7 @@
<div class="time">{{createTimeStr}}</div>
</div>
<div class="grade-bill-right">
<span>{{growthValue}}</span>
<span>{{growthValueStr}}</span>
</div>
</div>
{{/list}}
... ...
... ... @@ -36,7 +36,7 @@
您已经成为YOHO!FAMILY
</p>
<P class="vip-le small-font">
{{vipLevel}} <div class="vip-ico vip-{{levelInfo.id}}"></div>
{{levelInfo.title}}会员<div class="vip-ico vip-{{levelInfo.id}}"></div>
</P>
</div>
... ...
... ... @@ -16,7 +16,7 @@ class GrouthInit extends Page {
init() {
setTimeout(function() {
$('.anima-img').hide(1000);
$('.anima-img').slideUp(1000);
$('.grouth-calculate').show();
}, 3000);
... ...
... ... @@ -8,7 +8,7 @@ body {
}
.grouth-init-page {
min-height: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
.anima-img {
... ...