提交 2788cdba 编写于 作者: huangwensu's avatar huangwensu

页面bug修复

上级 99fce746
...@@ -37,6 +37,8 @@ export default { ...@@ -37,6 +37,8 @@ export default {
return (this.studyNum / 1000 + 'k'); return (this.studyNum / 1000 + 'k');
}else if(this.studyNum > 10000) { }else if(this.studyNum > 10000) {
return (this.studyNum / 10000 + 'w'); return (this.studyNum / 10000 + 'w');
}else {
return this.studyNum;
} }
} }
}, },
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</li> </li>
<li> <li>
<span>申请范围</span> <span>申请范围</span>
<span>{{formData.projectName}}</span> <span>{{formData.applyRange}}</span>
</li> </li>
<li> <li>
<span>状态</span> <span>状态</span>
......
...@@ -114,6 +114,8 @@ export default { ...@@ -114,6 +114,8 @@ export default {
this.POST("cme/credit/apply", param).then(res => { this.POST("cme/credit/apply", param).then(res => {
if(res.code == '000000') { if(res.code == '000000') {
this.isShowDialog = true this.isShowDialog = true
} else {
this.$toast({message: res.message});
} }
}) })
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册