提交 41b68d99 编写于 作者: qian.jie's avatar qian.jie

save

上级 032faa03
...@@ -509,8 +509,8 @@ ...@@ -509,8 +509,8 @@
}; };
acceptsCeiling(params).then((res) => { acceptsCeiling(params).then((res) => {
if (res.code == '000000') { if (res.code == '000000') {
this.todayNum = res.data.dayAcceptsCount || 0; this.todayNum = res.data.dayAcceptsCount || '';
this.maxTodayNum = res.data.dayAcceptsCeiling || 0; this.maxTodayNum = res.data.dayAcceptsCeiling || '';
this.rateValue = res.data.level; this.rateValue = res.data.level;
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册