提交 55f0210e authored 作者: lhh's avatar lhh

修改缴费

上级 381661a1
...@@ -24,14 +24,7 @@ ...@@ -24,14 +24,7 @@
</ul> </ul>
</div> </div>
<template #footer> <template #footer>
<el-button <el-button type="primary" @click="handleZdl">我知道啦</el-button>
type="primary"
@click="
dialogVisible = false
dialogVisible2 = true
"
>我知道啦</el-button
>
</template> </template>
</el-dialog> </el-dialog>
<el-dialog :visible.sync="dialogVisible2"> <el-dialog :visible.sync="dialogVisible2">
...@@ -115,7 +108,27 @@ export default { ...@@ -115,7 +108,27 @@ export default {
return this.options[this.type] return this.options[this.type]
} }
}, },
// mounted() {
// this.getApplication()
// },
methods: { methods: {
handleZdl() {
if (this.getR()) {
this.dialogVisible = false
this.dialogVisible2 = true
} else {
this.dialogVisible = false
}
},
getR() {
let count = 1
this.currentOptions.forEach(item => {
if (this.progress[item.code].progress !== 1) {
count = 0
}
})
return !!count
},
// 获取报名信息 // 获取报名信息
getApplication() { getApplication() {
api.getApplication(this.$route.query).then(response => { api.getApplication(this.$route.query).then(response => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论