|
|
@ -113,19 +113,26 @@ |
|
|
<view class="title dis-il-block" style="display: inline-block;">企业简介</view> |
|
|
<view class="title dis-il-block" style="display: inline-block;">企业简介</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.introduction"> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.introduction"> |
|
|
<text v-html="recruitmentDetails.introduction"></text> |
|
|
<scroll-view scroll-y="true" style="height: 100px;"> |
|
|
|
|
|
<view style="height: 100px;" v-html="recruitmentDetails.introduction"></view> |
|
|
|
|
|
</scroll-view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="psition-title" v-if="recruitmentDetails.business"> |
|
|
<view class="psition-title" v-if="recruitmentDetails.business"> |
|
|
<view class="title dis-il-block" style="display: inline-block;">经营业务</view> |
|
|
<view class="title dis-il-block" style="display: inline-block;">经营业务</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.business"> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.business"> |
|
|
<text v-html="recruitmentDetails.business"></text> |
|
|
<scroll-view scroll-y="true" style="height: 100px;"> |
|
|
|
|
|
<view v-html="recruitmentDetails.business"></view> |
|
|
|
|
|
</scroll-view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="psition-title" v-if="recruitmentDetails.advantage"> |
|
|
<view class="psition-title" v-if="recruitmentDetails.advantage"> |
|
|
<view class="title dis-il-block" style="display: inline-block;">企业优势</view> |
|
|
<view class="title dis-il-block" style="display: inline-block;">企业优势</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.advantage"> |
|
|
<view class="psition-tag" v-if="recruitmentDetails.advantage"> |
|
|
<text v-html="recruitmentDetails.advantage"></text> |
|
|
<scroll-view scroll-y="true" style="height: 100px;"> |
|
|
|
|
|
<view v-html="recruitmentDetails.advantage"></view> |
|
|
|
|
|
</scroll-view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
</view> |
|
|
</view> |
|
|
@ -268,7 +275,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
openNavigation() { |
|
|
openNavigation() { |
|
|
let detailsData = this.recruitmentDetails; |
|
|
let detailsData = this.recruitmentDetails; |
|
|
console.log(detailsData, '--detailsData-----'); |
|
|
// console.log(detailsData, '--detailsData-----'); |
|
|
detailsData.location = { |
|
|
detailsData.location = { |
|
|
lat: detailsData.work_lat, |
|
|
lat: detailsData.work_lat, |
|
|
lng: detailsData.work_lng |
|
|
lng: detailsData.work_lng |
|
|
@ -333,7 +340,8 @@ export default { |
|
|
App._post_form( |
|
|
App._post_form( |
|
|
`&p=recruit&do=recruitDesc`, |
|
|
`&p=recruit&do=recruitDesc`, |
|
|
{ id: this.pageId }, |
|
|
{ id: this.pageId }, |
|
|
res => { |
|
|
res => { |
|
|
|
|
|
console.log(res,1111); |
|
|
this.recruitmentDetails = res.data; |
|
|
this.recruitmentDetails = res.data; |
|
|
if(!this.recruitmentDetails.video_link){ |
|
|
if(!this.recruitmentDetails.video_link){ |
|
|
this.showVideo = false; |
|
|
this.showVideo = false; |
|
|
@ -342,7 +350,7 @@ export default { |
|
|
setTimeout(()=>{ |
|
|
setTimeout(()=>{ |
|
|
uni.createSelectorQuery().in(_this).select('.entry-text').boundingClientRect(data => { |
|
|
uni.createSelectorQuery().in(_this).select('.entry-text').boundingClientRect(data => { |
|
|
_this.dataHeight = data.height; |
|
|
_this.dataHeight = data.height; |
|
|
console.log(data,_this.dataHeight,2333333) |
|
|
// console.log(data,_this.dataHeight,2333333) |
|
|
}).exec(); |
|
|
}).exec(); |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
|