diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue index 53a69ae..bc87b89 100644 --- a/pages/projectInfo/projectInfo.vue +++ b/pages/projectInfo/projectInfo.vue @@ -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 '无' + // } + // } } } diff --git a/pages/projectInfo/userrecruitInfo.vue b/pages/projectInfo/userrecruitInfo.vue index 576e02c..320a2cd 100644 --- a/pages/projectInfo/userrecruitInfo.vue +++ b/pages/projectInfo/userrecruitInfo.vue @@ -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 '无' + // } + // } } } diff --git a/pages/projectInfo/userrecruitWorkInfo.vue b/pages/projectInfo/userrecruitWorkInfo.vue index 9ace0cd..74cdf4c 100644 --- a/pages/projectInfo/userrecruitWorkInfo.vue +++ b/pages/projectInfo/userrecruitWorkInfo.vue @@ -450,14 +450,14 @@ 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 '无' + // } + // } } } diff --git a/pages/projectInfo/workInfo.vue b/pages/projectInfo/workInfo.vue index fbd1f4c..79d6b1d 100644 --- a/pages/projectInfo/workInfo.vue +++ b/pages/projectInfo/workInfo.vue @@ -436,14 +436,14 @@ 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 '无' + // } + // } } }