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