提交 c04082b3 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 2c1507df
...@@ -66,9 +66,9 @@ export default { ...@@ -66,9 +66,9 @@ export default {
for (const key in this.submissionStage) { for (const key in this.submissionStage) {
const list = this.submissionStage[key] const list = this.submissionStage[key]
if (list.includes(this.material.submission_stage)) { if (list.includes(this.material.submission_stage)) {
if (key === '3' && !this.isPay) { // if (key === '3' && !this.isPay) {
return 2 // return 2
} // }
return parseInt(key) return parseInt(key)
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论