Commit 794dcce5 authored by liwei's avatar liwei

修改了bug

parent 336554c5
...@@ -253,10 +253,13 @@ export default { ...@@ -253,10 +253,13 @@ export default {
// 打开身份对话框 // 打开身份对话框
openSelectID() { openSelectID() {
if (this.userType === '1') { if (this.userType === '1') {
// 院校
this.toCourseMall('college') this.toCourseMall('college')
} else if (this.userType === '0') { } else if (this.userType === '0') {
// 企业
this.toCourseMall('firm') this.toCourseMall('firm')
} else { } else {
// 个人
this.selectIdentityVisible = true this.selectIdentityVisible = true
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment