Commit 794dcce5 authored by liwei's avatar liwei

修改了bug

parent 336554c5
......@@ -253,10 +253,13 @@ export default {
// 打开身份对话框
openSelectID() {
if (this.userType === '1') {
// 院校
this.toCourseMall('college')
} else if (this.userType === '0') {
// 企业
this.toCourseMall('firm')
} else {
// 个人
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