flat: 123
This commit is contained in:
@@ -441,14 +441,14 @@
|
||||
return this.info.skillNames.split(',')
|
||||
}
|
||||
},
|
||||
cityNamed() {
|
||||
if (this.info && typeof this.info.cityId !== 'undefined' && this.info.cityId !== -1 && this.area
|
||||
.dic) {
|
||||
return this.area.dic[this.info.cityId].label
|
||||
} else {
|
||||
return '无'
|
||||
}
|
||||
}
|
||||
// cityNamed() {
|
||||
// if (this.info && typeof this.info.cityId !== 'undefined' && this.info.cityId !== -1 && this.area
|
||||
// .dic) {
|
||||
// return this.area.dic[this.info.cityId].label
|
||||
// } else {
|
||||
// return '无'
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user