diff --git a/pages/home/index.vue b/pages/home/index.vue index b3098e3..18f9c39 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -734,7 +734,7 @@ export default { jobClassify: "", cityName: that.selectedCity == "全国" ? "" : that.selectedCity, brandIds: "", - checkStoe: true + checkStore: true }; // if (that.tabInfo.list[that.tabInfo.active].classify == 1) { diff --git a/root/detail/job.vue b/root/detail/job.vue index 82abf88..43995f2 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -84,7 +84,7 @@ - 招聘人数:{{ recruitNum }}人 + 招聘人数:{{ jobDetail.headcount || recruitNum }}人 @@ -94,11 +94,21 @@ @click="goAddress" v-if="jobDetail.storeLat && jobDetail.storeLng">
- 公司名称 + 企业名称 - - {{ jobDetail.store.aliasName || jobDetail.store.storeInfo || "-" }} + + {{ jobDetail.store.aliasName || "-" }} + + +
+
+ + 企业简介 + + + + {{ jobDetail.store.storeInfo || "-" }}
@@ -107,7 +117,7 @@ 工作地点 - + {{ jobDetail.storeAddr || "-" }}