diff --git a/pages/mainPages/Settled/Settled.vue b/pages/mainPages/Settled/Settled.vue index 2add617..80ae204 100644 --- a/pages/mainPages/Settled/Settled.vue +++ b/pages/mainPages/Settled/Settled.vue @@ -1942,7 +1942,8 @@ icon:'none', title:'请先选择定位' }) - }, + }, + // 获取定位 getLocation() { let _this = this; @@ -1958,11 +1959,19 @@ // console.log('AAAAAAA',e); _this.onkoc = 0; _this.addressDisabled = false; - _this.getloctions(_this.lblis) + _this.getloctions(_this.lblis) + console.log(_this.userInfo,1111); + console.log(_this.lblis,2222); + // console.log(_this.getloctions(),3333); + console.log(e,4444); }, - // fail(err){ + fail(err){ + // uni.getPrivacySetting({ + // success: res => { + // console.log("getPrivacySetting",res) + // }}) // console.log('-----',err); - // } + } }); // #endif //#ifdef APP-PLUS diff --git a/pages/subPages2/hirePlatform/companyDetails/companyDetails.vue b/pages/subPages2/hirePlatform/companyDetails/companyDetails.vue index 326fa6f..d88682c 100644 --- a/pages/subPages2/hirePlatform/companyDetails/companyDetails.vue +++ b/pages/subPages2/hirePlatform/companyDetails/companyDetails.vue @@ -79,7 +79,7 @@ - + @@ -150,10 +150,9 @@ }, onLoad(e) { this.pageId = e.id; - - const eventChannel = this.getOpenerEventChannel(); - eventChannel.emit('acceptDataFromOpenedPageA', {data: 'to detail'}); - + const pages = getCurrentPages(); + const eventChannel = this.getOpenerEventChannel(); + eventChannel.emit('acceptDataFromOpenedPageA', {data: 'to detail'}); }, onShow(){ this.page = 1; @@ -221,7 +220,7 @@ `&p=recruit&do=enterpriseDesc&id=${this.pageId}`, {}, res => { - console.log(res) + console.log(res,111111) this.detailsData = res.data; }, false, diff --git a/pages/subPages2/hirePlatform/recruitmentDetails/recruitmentDetails.vue b/pages/subPages2/hirePlatform/recruitmentDetails/recruitmentDetails.vue index 14083d6..7a3b9f2 100644 --- a/pages/subPages2/hirePlatform/recruitmentDetails/recruitmentDetails.vue +++ b/pages/subPages2/hirePlatform/recruitmentDetails/recruitmentDetails.vue @@ -113,19 +113,26 @@ 企业简介 - + + + + 经营业务 - + + + 企业优势 - + + + @@ -268,7 +275,7 @@ export default { }, openNavigation() { let detailsData = this.recruitmentDetails; - console.log(detailsData, '--detailsData-----'); + // console.log(detailsData, '--detailsData-----'); detailsData.location = { lat: detailsData.work_lat, lng: detailsData.work_lng @@ -333,7 +340,8 @@ export default { App._post_form( `&p=recruit&do=recruitDesc`, { id: this.pageId }, - res => { + res => { + console.log(res,1111); this.recruitmentDetails = res.data; if(!this.recruitmentDetails.video_link){ this.showVideo = false; @@ -342,7 +350,7 @@ export default { setTimeout(()=>{ uni.createSelectorQuery().in(_this).select('.entry-text').boundingClientRect(data => { _this.dataHeight = data.height; - console.log(data,_this.dataHeight,2333333) + // console.log(data,_this.dataHeight,2333333) }).exec(); }) })