flat: 123
This commit is contained in:
@@ -445,15 +445,15 @@
|
||||
return this.info.skillNames.split(',')
|
||||
}
|
||||
},
|
||||
cityNamed() {
|
||||
console.log('val', this.info, this.area.dic)
|
||||
if (this.info && this.info.cityId !== -1 && this.area
|
||||
.dic) {
|
||||
return this.area.dic[this.info.cityId].label
|
||||
} else {
|
||||
return '无'
|
||||
}
|
||||
}
|
||||
// cityNamed() {
|
||||
// console.log('val', this.info, this.area.dic)
|
||||
// if (this.info && 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