Authored by 郭成尧

help-style-modified

... ... @@ -403,7 +403,7 @@ const getGrade = (param) => {
costGap: upg
});
if (result[0].data.next_need_cost === 0) {
if (result[0].data.next_need_cost === 0 || result[0].data.next_need_cost === '') {
// 当vip等级升至顶级时,进度条满格
obj = _.assign(obj, {
percent: 100
... ...
... ... @@ -43,9 +43,11 @@
}
}
.deal-main {
// stylelint-disable
.deal_main {
margin: 0.5rem 3%;
font-size: 14.4PX;
width: 94%;
overflow: hidden;
}
// stylelint-enable
... ...