...
|
...
|
@@ -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
|
...
|
...
|
|