| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589 |
- <template>
- <view class="container">
- <view class="header2" :style="{ height: customBarH * 2 + 'rpx', paddingTop: statusBarH * 2 + 'rpx' }" v-if="headerType">
- <view class="title">靖安乡村民宿</view>
- </view>
- <!-- 顶部图片区域 -->
- <view class="header">
- <swiper class="header_swiper" autoplay circular :interval="3000">
- <swiper-item v-for="banner in headerImgList" :key="banner.id" @click="handleClickBanner(banner)">
- <img mode="aspectFill" class="img" :src="banner.imageUrl" />
- <img v-if="banner.logoUrl.indexOf('2.png') != -1" mode="aspectFill" class="img2" :src="banner.logoUrl" />
- <img v-if="banner.logoUrl.indexOf('1.png') != -1" mode="aspectFill" class="img3" :src="banner.logoUrl" />
- </swiper-item>
- </swiper>
- </view>
- <!-- 主体内容区域 -->
- <view class="content">
- <!-- 条件筛选区域 -->
- <view class="search">
- <!-- 选择乡镇区域 -->
- <view class="search_town" :class="{ active: town }" @click="handleOpen">
- <view class="town_text">
- <img class="img" v-if="town" src="../../static/images/4.png" />
- {{ town ? town : '请选择乡镇' }}
- </view>
- <img src="../../static/index/right2.png" />
- </view>
- <!-- 关键词搜索和民宿级别区域 -->
- <view class="search_center">
- <view class="center_input">
- <input type="text" v-model="keywords" placeholder="民宿/地名/关键词" placeholder-style="color:#808080;font-weight:400;" />
- </view>
- <img class="img" src="../../static/index/right2.png" />
- |
- <view class="center_level" :class="{ active: level }" @click="handleChooseLv">{{ level ? level : '请选择民宿级别' }}</view>
- <img class="img2" src="../../static/index/right2.png" @click="handleChooseLv" />
- </view>
- <!-- 查找按钮区域 -->
- <view class="search_btn" @click="handleSearch">查找</view>
- <view class="search_msg">
- <view class="msg_box">
- <img class="box_img" src="@/static/images/1.png" />
- 真实房源
- </view>
- <view class="msg_box">
- <img class="box_img2" src="@/static/images/3.png" />
- 安心入住
- </view>
- <view class="msg_box">
- <img class="box_img3" src="@/static/images/2.png" />
- 专业客服
- </view>
- </view>
- </view>
- <!-- 轮播图区域 -->
- <swiper class="swiper" indicator-dots circular indicator-color="#BBD8FE" indicator-active-color="#1E7DFB" autoplay interval="3000" v-if="townList.length">
- <swiper-item v-for="(ele, index) in townList" :key="index">
- <view class="swiper_item">
- <view class="item_box" v-for="(swi, index2) in ele" :key="index2" @click="handleChooseTown2(swi.name)">
- <img v-if="index === 0 && index2 === 0" src="https://chtech.ncjti.edu.cn/hotelReservation/image/1.png" mode="aspectFill" />
- <img v-if="index === 0 && index2 === 1" src="https://chtech.ncjti.edu.cn/hotelReservation/image/2.png" mode="aspectFill" />
- <img v-if="index === 0 && index2 === 2" src="https://chtech.ncjti.edu.cn/hotelReservation/image/3.png" mode="aspectFill" />
- <img v-if="index === 1 && index2 === 0" src="https://chtech.ncjti.edu.cn/hotelReservation/image/4.png" mode="aspectFill" />
- <img v-if="index === 1 && index2 === 1" src="https://chtech.ncjti.edu.cn/hotelReservation/image/5.png" mode="aspectFill" />
- <img v-if="index === 1 && index2 === 2" src="https://chtech.ncjti.edu.cn/hotelReservation/image/6.png" mode="aspectFill" />
- <img v-if="index === 2 && index2 === 0" src="https://chtech.ncjti.edu.cn/hotelReservation/image/7.png" mode="aspectFill" />
- <img v-if="index === 2 && index2 === 1" src="https://chtech.ncjti.edu.cn/hotelReservation/image/8.png" mode="aspectFill" />
- <img v-if="index === 2 && index2 === 2" src="https://chtech.ncjti.edu.cn/hotelReservation/image/9.png" mode="aspectFill" />
- <img v-if="index === 3 && index2 === 0" src="https://chtech.ncjti.edu.cn/hotelReservation/image/10.png" mode="aspectFill" />
- <img v-if="index === 3 && index2 === 1" src="https://chtech.ncjti.edu.cn/hotelReservation/image/11.png" mode="aspectFill" />
- <img v-if="index === 3 && index2 === 2" src="https://chtech.ncjti.edu.cn/hotelReservation/image/12.png" mode="aspectFill" />
- <view class="box_town">{{ swi.name }}</view>
- <view class="box_count">剩{{ swi.residueNumber }}间</view>
- </view>
- </view>
- </swiper-item>
- </swiper>
- <view class="body">
- <!-- 优选民宿区域 -->
- <uv-skeletons :loading="loading" :skeleton="skeleton">
- <view class="body_top" v-if="hotelList_you.length">
- <view class="circle"></view>
- <view class="circle color"></view>
- <view class="top_title">优选民宿 .</view>
- <view class="top_msg">特色优选民宿,让旅途充满乐趣</view>
- <view class="top_more" @click="handleGoHome">查看更多 ></view>
- </view>
- <swiper class="body_swiper" indicator-dots circular indicator-color="#BBD8FE" indicator-active-color="#1E7DFB" interval="3000" v-if="hotelList_you.length">
- <swiper-item v-for="(ele, index) in hotelList_you" :key="index">
- <view class="swiper_box">
- <view class="list_item" v-for="(item, index2) in ele" :key="item.id" @click="goPageDetail(item)">
- <image class="item-img" :src="item.coverImg" mode="scaleToFill"></image>
- <view class="descrition">
- <text class="title">{{ item.hotel_name }}</text>
- <text class="type">
- {{ item.hTypeName }}
- <text class="type_level" v-if="item.type == 1">银宿级</text>
- <text class="type_level" v-if="item.type == 2">金宿级</text>
- <text class="type_level" v-if="item.type == 3">白金级</text>
- </text>
- <text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
- <view class="detail">
- <img class="img" src="../../static/index/hotel.png" />
- <view class="price_home">
- <text class="txt1">¥{{ item.min_price ? item.min_price : 0 }}</text>
- <text class="txt2">起</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </swiper-item>
- </swiper>
- </uv-skeletons>
- <!-- 精选攻略区域 -->
- <view class="body_top" v-if="bestNewsList.length">
- <view class="circle"></view>
- <view class="circle color"></view>
- <view class="top_title">精选攻略 .</view>
- <view class="top_msg">宝藏分享社区</view>
- <view class="top_more" @click="handleGoPage">查看更多 ></view>
- </view>
- <swiper indicator-dots indicator-color="#BBD8FE" indicator-active-color="#1E7DFB" circular :interval="3000">
- <swiper-item class="body_strategy" v-for="item in bestNewsList" :key="item.id" @click="handleGoDetail(item)">
- <img v-if="item.image" class="strategy_cover" mode="aspectFill" :src="item.image" />
- <video v-if="item.video" class="strategy_cover" :src="item.video" :show-center-play-btn="false" :show-fullscreen-btn="false" :show-play-btn="false"></video>
- <view class="strategy_info">
- <view class="info_title">{{ item.title }}</view>
- <view class="info_tags">
- <view class="tag">{{ item.townName }}</view>
- </view>
- <text class="info_desc">{{ item.content }}</text>
- </view>
- </swiper-item>
- </swiper>
- <!-- 精选推荐区域 -->
- <view class="body_top" v-if="hotelList.length">
- <view class="circle"></view>
- <view class="circle color"></view>
- <view class="top_title">精选推荐 .</view>
- <view class="top_msg">线上订民宿,住着玩个遍</view>
- <view class="top_more" @click="handleGoHome">查看更多 ></view>
- </view>
- <view class="body_list">
- <!-- 每一个民宿区域 -->
- <view class="list_item" v-for="item in hotelList" :key="item.id" @click="goPageDetail(item)">
- <image class="item-img" :src="item.coverImg" mode="scaleToFill"></image>
- <view class="descrition">
- <text class="title">{{ item.hotel_name }}</text>
- <text class="type">
- {{ item.hTypeName }}
- <text class="type_level" v-if="item.type == 1">银宿级</text>
- <text class="type_level" v-if="item.type == 2">金宿级</text>
- <text class="type_level" v-if="item.type == 3">白金级</text>
- </text>
- <text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
- <view class="detail">
- <img class="img" src="../../static/index/hotel.png" />
- <view class="price_home">
- <text class="txt1">¥{{ item.min_price ? item.min_price : 0 }}</text>
- <text class="txt2">起</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <!-- 没有数据时展示的页面 -->
- <view class="noData" v-if="!hotelList.length">
- <img src="../../static/images/noData.png" />
- 暂无推荐数据
- </view>
- <!-- 特产甄选区域 -->
- <view class="body_top" v-if="goodsList.length">
- <view class="circle"></view>
- <view class="circle color"></view>
- <view class="top_title">特产甄选 .</view>
- <view class="top_msg">明优推荐,土的自然,购的放心</view>
- <view class="top_more" @click="clickGoods">查看更多 ></view>
- </view>
- <view class="body_list">
- <!-- 每一个特产区域 -->
- <view class="item_goods" v-for="item in goodsList" :key="item.id" @click="to_detail(item)">
- <img class="goods_img" mode="aspectFill" :src="item.imgs.split(',')[0]" />
- <view class="goods_name">{{ item.name }}</view>
- <view class="goods_detail">
- <img class="img" src="../../static/index/goods.png" />
- <view class="price_good">
- <text class="txt1">¥{{ item.price }}</text>
- <text class="txt2">起</text>
- </view>
- </view>
- </view>
- </view>
- <!-- 两山资产区域 -->
- <view class="body_top" v-if="newsList.length">
- <view class="circle"></view>
- <view class="circle color"></view>
- <view class="top_title">两山资产 .</view>
- <view class="top_msg">以招商引资,推动镇域经济</view>
- <view class="top_more" @click="handleGoNewsList">查看更多 ></view>
- </view>
- <!-- 两山资产轮播图 -->
- <uni-swiper-dot :info="newsList" mode="round" :dotsStyles="dotsStyles" :current="current">
- <swiper circular autoplay interval="3000" class="body_news" @change="changeDot">
- <swiper-item v-for="item in newsList" :key="item.id" @click="handleGoNews(item)">
- <uv-image width="633rpx" height="332rpx" radius="8rpx" mode="aspectFill" :src="item.url" />
- <view class="news_title">
- {{ item.title ? item.title : '无标题' }}
- </view>
- <view class="news_desc">
- {{ item.desc }}
- </view>
- <mp-html v-if="item.showHtml" @load="htmlLoad(item)" :ref="item.id + 'html'" :content="item.content" />
- </swiper-item>
- </swiper>
- </uni-swiper-dot>
- </view>
- </view>
- <!-- 选择乡镇弹窗区域 -->
- <uni-popup ref="popup" type="center">
- <view class="popup_body">
- <view class="body_header">
- <img src="../../static/my/popup_title.png" />
- <view class="header_title">请选择乡镇</view>
- <img src="../../static/my/popup_title.png" />
- </view>
- <view class="body_content">
- <view class="content_box" v-for="(item, index) in popList" :key="index" @click="handleChooseTown(item.name)">
- <img v-if="index === 0" src="https://chtech.ncjti.edu.cn/hotelReservation/image/1.png" mode="aspectFill" />
- <img v-if="index === 1" src="https://chtech.ncjti.edu.cn/hotelReservation/image/2.png" mode="aspectFill" />
- <img v-if="index === 2" src="https://chtech.ncjti.edu.cn/hotelReservation/image/3.png" mode="aspectFill" />
- <img v-if="index === 3" src="https://chtech.ncjti.edu.cn/hotelReservation/image/4.png" mode="aspectFill" />
- <img v-if="index === 4" src="https://chtech.ncjti.edu.cn/hotelReservation/image/5.png" mode="aspectFill" />
- <img v-if="index === 5" src="https://chtech.ncjti.edu.cn/hotelReservation/image/6.png" mode="aspectFill" />
- <img v-if="index === 6" src="https://chtech.ncjti.edu.cn/hotelReservation/image/7.png" mode="aspectFill" />
- <img v-if="index === 7" src="https://chtech.ncjti.edu.cn/hotelReservation/image/8.png" mode="aspectFill" />
- <img v-if="index === 8" src="https://chtech.ncjti.edu.cn/hotelReservation/image/9.png" mode="aspectFill" />
- <img v-if="index === 9" src="https://chtech.ncjti.edu.cn/hotelReservation/image/10.png" mode="aspectFill" />
- <img v-if="index === 10" src="https://chtech.ncjti.edu.cn/hotelReservation/image/11.png" mode="aspectFill" />
- <img v-if="index === 11" src="https://chtech.ncjti.edu.cn/hotelReservation/image/12.png" mode="aspectFill" />
- <view class="box_town">{{ item.name }}</view>
- <view class="box_count">剩{{ item.residueNumber }}间</view>
- </view>
- </view>
- </view>
- </uni-popup>
- <!-- 公告弹窗区域 -->
- <uv-popup ref="popup_sale" mode="center" :closeOnClickOverlay="false" bgColor="none">
- <view class="popupClass">
- <img src="../../static/index/popup_bg.png" />
- <!-- 立即前往区域 -->
- <view class="btn_text">系统处于迭代试用状态,请勿下单预订酒店,如需预订请电联店家老板确认预订渠道。</view>
- <!-- 关闭按钮区域 -->
- <view class="btn_close" @click="handleClose"></view>
- </view>
- </uv-popup>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- // 用户定位经度
- myLng: 0,
- // 用户定位纬度
- myLat: 0,
- // 是否显示距离差
- showdDistance: false,
- // 搜索框绑定数据
- keywords: '',
- // 当前页
- page: 1,
- // 每页多少条
- rows: 4,
- // 总条数
- total: null,
- // 地区数组
- placeList: [
- {
- name: '靖安县'
- }
- ],
- // 当前选择地区索引
- placeIndex: 0,
- // 选择乡镇弹窗数据
- popList: [],
- // 精选民宿列表数组
- hotelList: [],
- // 优选民宿列表数组
- hotelList_you: [],
- // 当前乡镇
- town: '',
- // 民宿级别
- level: '',
- // 乡镇列表
- townList: [],
- // 顶部导航栏显示隐藏控制
- headerType: false,
- // 状态栏高度
- statusBarH: 0,
- // 胶囊按钮栏高度
- customBarH: 0,
- // 两山资产列表
- newsList: [],
- // 精选攻略数据
- bestNewsList: [],
- // 两山资产轮播图指示点样式
- dotsStyles: {
- backgroundColor: '#BBD8FE',
- selectedBackgroundColor: '#1E7DFB',
- border: 'none',
- selectedBorder: 'none'
- },
- // 两山资产轮播图当前索引值
- current: 0,
- // 特产甄选列表
- goodsList: [],
- // 是否显示骨架屏
- loading: true,
- // 骨架屏参数
- skeleton: [
- {
- type: 'line',
- style: { height: '90rpx', marginTop: '10rpx' }
- },
- 30,
- {
- type: 'flex',
- num: 2,
- children: [
- {
- type: 'custom',
- style: 'width:335rpx;height:460rpx;borderRadius:18rpx'
- },
- {
- type: 'custom',
- style: 'width:335rpx;height:460rpx;borderRadius:18rpx;marginLeft:50rpx;'
- }
- ]
- }
- ],
- // 顶部轮播图图片数组
- headerImgList: []
- }
- },
- created() {
- // 获取系统信息
- uni.getSystemInfo({
- success: (e) => {
- // 获取状态栏高度
- this.statusBarH = e.statusBarHeight + 10
- // // 获取菜单按钮栏高度
- let custom = uni.getMenuButtonBoundingClientRect()
- this.customBarH = custom.height + 10
- }
- })
- },
- mounted() {
- // 开启转发功能
- uni.showShareMenu({
- withShareTicket: true,
- menus: ['shareAppMessage', 'shareTimeline']
- })
- },
- // onReachBottom() {
- // if (this.hotelList.length < this.total) {
- // this.page++
- // this.getHotelList_jing()
- // } else {
- // uni.showToast({
- // title: '没有更多数据了',
- // icon: 'none'
- // })
- // }
- // },
- onPageScroll(e) {
- if (e.scrollTop > 100) {
- this.headerType = true
- } else {
- this.headerType = false
- }
- },
- onPullDownRefresh() {
- this.loading = true
- this.hotelList_you = []
- this.hotelList = []
- this.page = 1
- this.getLocation()
- this.getHeaderImgList()
- this.getResidueCount()
- this.getBestNews()
- this.getNews()
- this.getGoodsList()
- setTimeout(() => {
- uni.stopPullDownRefresh()
- }, 1000)
- },
- onLoad() {
- // 获取顶部轮播图数据
- this.getHeaderImgList()
- // 获取乡镇列表
- this.getResidueCount()
- // 获取定位
- this.getLocation()
- // 获取精选攻略
- this.getBestNews()
- // 获取特产列表
- this.getGoodsList()
- // 获取两山资产列表
- this.getNews()
- },
- methods: {
- async getHeaderImgList() {
- const res = await this.$myRequest({
- url: '/mhotel/advertiseopenList.action'
- })
- // console.log(res)
- if (res.code == 200) {
- this.headerImgList = res.data
- }
- },
- async getBestNews() {
- const res = await this.$myRequest({
- url: '/mhotel/articlequeryTop3ArticleLike.action'
- })
- // console.log(res)
- if (res.code == 200) {
- this.bestNewsList = res.data
- }
- },
- async getNews() {
- const res = await this.$myRequest({
- url: '/mhotel/appnewlist.action',
- data: {
- page: 1,
- rows: 3
- }
- })
- // console.log(res)
- if (res.code === 200) {
- this.newsList = res.rows
- this.newsList.forEach((ele) => {
- this.$set(ele, 'showHtml', true)
- })
- }
- },
- async getGoodsList() {
- const res = await this.$myRequest_shop({
- url: '/goods/open/page',
- data: {
- curPage: 1,
- pageSize: 4,
- hot: 1,
- state: 1
- }
- })
- // console.log(res)
- if (res.code === '1') {
- this.goodsList = res.data.list
- }
- },
- //跳转到商城总类
- to_detail(options) {
- let userInfo = uni.getStorageSync('userInfo')
- let tokenId = uni.getStorageSync('tokenId')
- if (!userInfo || !tokenId) {
- uni.showModal({
- title: '提示',
- content: '您当前未登录,请授权登录查看社区信息',
- showCancel: false,
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- }
- })
- } else {
- this.$api.togoods({ id: options.id })
- }
- },
- //跳转到特产商城
- clickGoods() {
- let userInfo = uni.getStorageSync('userInfo')
- let tokenId = uni.getStorageSync('tokenId')
- if (!userInfo || !tokenId) {
- uni.showModal({
- title: '提示',
- content: '您当前未登录,请授权登录查看社区信息',
- showCancel: false,
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }
- }
- })
- } else {
- uni.navigateTo({
- url: '/packageShang/pages/tabbar/home'
- })
- }
- },
- // 获取用户当前位置
- getLocation() {
- uni.getSetting({
- success: (res) => {
- if (!res.authSetting['scope.userLocation']) {
- uni.authorize({
- scope: 'scope.userLocation',
- success: (res) => {
- // 授权成功
- uni.getLocation({
- type: 'gcj02',
- success: (res) => {
- this.myLat = res.latitude
- this.myLng = res.longitude
- this.showdDistance = true
- this.getHotelList_you()
- this.getHotelList_jing()
- }
- })
- },
- fail: () => {
- uni.showModal({
- content: '获取定位权限失败将会影响使用部分功能,是否去设置打开?',
- confirmText: '确认',
- cancelText: '取消',
- success: (res) => {
- if (res.confirm) {
- uni.openSetting({
- success: (res) => {
- console.log(res)
- this.getLocation()
- }
- })
- } else {
- this.showdDistance = false
- this.getHotelList_you()
- this.getHotelList_jing()
- uni.showToast({
- title: '获取定位权限失败',
- icon: 'none'
- })
- }
- }
- })
- }
- })
- } else {
- uni.getLocation({
- type: 'gcj02',
- success: (res) => {
- this.myLat = res.latitude
- this.myLng = res.longitude
- this.showdDistance = true
- this.getHotelList_you()
- this.getHotelList_jing()
- }
- })
- }
- },
- fail: () => {
- uni.showToast({
- title: '获取用户设置权限失败',
- icon: 'none',
- mask: true
- })
- }
- })
- },
- handleGoDetail(info) {
- let openid = uni.getStorageSync('openid')
- if (openid) {
- uni.navigateTo({
- url: `/pagesSub/tweetDetail/tweetDetail?id=${info.id}&townId=${info.townId}`
- })
- } else {
- uni.showToast({
- title: '请先登录',
- icon: 'none',
- mask: true
- })
- setTimeout(() => {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }, 1500)
- }
- },
- // 获取民宿列表 优选
- async getHotelList_you() {
- const res = await this.$myRequest({
- url: '/mhotel/ahppreferredPage.action',
- data: {
- page: 1,
- rows: 4,
- type: 3,
- userId: uni.getStorageSync('userInfo') ? uni.getStorageSync('userInfo').id : ''
- }
- })
- // console.log(res)
- if (res.code === 200) {
- this.hotelList_you = res.data.pageList
- // 如果定位成功则获取和民宿之间的距离
- if (this.showdDistance && this.hotelList_you.length) {
- this.hotelList_you.forEach((ele) => {
- let lat = ele.hpositionWens.split(',')[0]
- let lng = ele.hpositionWens.split(',')[1]
- ele.distance = this.calculateDistance(lat, lng)
- })
- this.hotelList_you = this.changeList(this.hotelList_you, 2)
- }
- this.loading = false
- }
- },
- // 获取民宿列表 精选
- async getHotelList_jing() {
- const res = await this.$myRequest({
- url: '/mhotel/ahpselectedPage.action',
- data: {
- page: this.page,
- rows: this.rows,
- type: 3,
- userId: uni.getStorageSync('userInfo') ? uni.getStorageSync('userInfo').id : ''
- }
- })
- // console.log(res)
- if (res.code === 200) {
- this.hotelList = [...this.hotelList, ...res.data.pageList]
- this.total = res.data.total
- // 如果定位成功则获取和民宿之间的距离
- if (this.showdDistance && this.hotelList.length) {
- this.hotelList.forEach((ele) => {
- let lat = ele.hpositionWens.split(',')[0]
- let lng = ele.hpositionWens.split(',')[1]
- ele.distance = this.calculateDistance(lat, lng)
- })
- }
- }
- },
- handleOpen() {
- this.$refs.popup.open()
- },
- // 获取乡镇
- async getResidueCount() {
- const res = await this.$myRequest({
- url: '/mhotel/ahpgetResidueCount.action'
- })
- // console.log(res)
- if (res.code === 200) {
- let temNum = 0
- res.data.forEach((ele) => {
- temNum += ele.residueNumber
- })
- res.data.unshift({
- name: '靖安县',
- residueNumber: temNum
- })
- this.popList = res.data
- this.townList = this.changeList(this.popList, 3)
- }
- },
- // 变成二维数组
- changeList(arr, num) {
- let newArr = []
- const total = Math.ceil(arr.length / num)
- for (let i = 0; i < total; i++) {
- let a = arr.slice(i * num, (i + 1) * num)
- newArr.push(a)
- }
- return newArr
- },
- // 弹窗点击选择乡镇地址回调
- handleChooseTown(name) {
- this.town = name
- this.$refs.popup.close()
- },
- handleChooseTown2(name) {
- // this.town = name
- uni.navigateTo({
- url: `/pagesSub/home/home?town=${name}&keywords=${this.keywords}&level=${this.level}`
- })
- },
- handleChooseLv() {
- uni.showActionSheet({
- itemList: ['白金级', '金宿级', '银宿级'],
- success: (res) => {
- if (res.tapIndex === 0) {
- this.level = '白金级'
- } else if (res.tapIndex === 1) {
- this.level = '金宿级'
- } else if (res.tapIndex === 2) {
- this.level = '银宿级'
- }
- }
- })
- },
- handleSearch() {
- uni.navigateTo({
- url: `/pagesSub/home/home?town=${this.town}&keywords=${this.keywords}&level=${this.level}`
- })
- },
- goPageDetail(item) {
- uni.navigateTo({
- url: `/pages/detail/detail?id=${item.id}&distance=${item.distance}&town=${item.hotelTownshipName}`
- })
- },
- // 弹窗关闭按钮回调
- handleClose() {
- this.$refs.popup_sale.close()
- },
- // 计算两个点之间的距离
- calculateDistance(lat, lng) {
- let centerLat = lat
- let centerLng = lng
- let red1 = (this.myLat * Math.PI) / 180.0
- let red2 = (centerLat * Math.PI) / 180.0
- let a = red1 - red2
- let b = (this.myLng * Math.PI) / 180.0 - (centerLng * Math.PI) / 180.0
- let R = 6378137
- let distance = R * 2 * Math.asin(Math.sqrt(Math.pow(Math.sin(a / 2), 2) + Math.cos(red1) * Math.cos(red2) * Math.pow(Math.sin(b / 2), 2)))
- let res = (distance / 1000).toFixed(2) * 1
- return res
- },
- handleGoPage() {
- uni.switchTab({
- url: '/pages/community/community'
- })
- },
- handleGoNews(item) {
- let info = encodeURIComponent(JSON.stringify(item))
- uni.navigateTo({
- url: `/pagesSub/newsDetail/newsDetail?info=${info}`
- })
- },
- handleGoNewsList() {
- uni.navigateTo({
- url: '/pagesSub/newsList/newsList'
- })
- },
- htmlLoad(item) {
- let id = item.id + 'html'
- let ctx = this.$refs[id][0]
- let text = ctx.getText()
- let imgs = ctx.imgList[0]
- item.showHtml = false
- item.desc = text
- item.url = imgs
- },
- handleGoHome() {
- uni.navigateTo({
- url: '/pagesSub/home/home'
- })
- },
- changeDot(e) {
- this.current = e.detail.current
- },
- // 点击顶部轮播图广告回调
- handleClickBanner(banner) {
- // console.log(banner)
- switch (banner.jumpWay) {
- case '网页':
- uni.navigateTo({
- url: `/pagesSub/web/web?url=${banner.jumpPoint}`
- })
- break
- case '小程序':
- let openid = uni.getStorageSync('openid')
- let tokenId = uni.getStorageSync('tokenId')
- if (openid && tokenId) {
- if (banner.jumpDirection == '民宿') {
- uni.navigateTo({
- url: `/pages/detail/detail?id=${banner.jumpPoint}&distance=&town=${banner.townId}`
- })
- } else if (banner.jumpDirection == '商品') {
- if (banner.jumpPoint == '首页') {
- uni.navigateTo({
- url: '/packageShang/pages/tabbar/home'
- })
- } else {
- uni.navigateTo({
- url: `/packageShang/pages/goods/goods?id=${banner.jumpPoint}`
- })
- }
- } else if (banner.jumpDirection == '攻略') {
- if (banner.jumpPoint == '首页') {
- uni.switchTab({
- url: '/pages/community/community'
- })
- } else {
- uni.navigateTo({
- url: `/pagesSub/tweetDetail/tweetDetail?id=${banner.jumpPoint}&townId=${banner.townId}`
- })
- }
- } else if (banner.jumpDirection == '优惠券') {
- uni.navigateTo({
- url: `/pagesSub/couponCenter/couponCenter?id=${banner.jumpPoint}`
- })
- }
- } else {
- uni.showToast({
- title: '请先登录',
- icon: 'none',
- mask: true
- })
- setTimeout(() => {
- uni.navigateTo({
- url: '/pages/login/login'
- })
- }, 1500)
- }
- break
- default:
- uni.previewImage({
- urls: [banner.imageUrl]
- })
- break
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .container {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- overflow-y: auto;
- background-color: #f2f2f2;
- .header {
- position: relative;
- height: 505rpx;
- .header_swiper {
- width: 100%;
- height: 100%;
- .img {
- width: 100%;
- height: 100%;
- border-radius: 0 0 20rpx 20rpx;
- }
- .img2 {
- position: absolute;
- top: 175rpx;
- left: 38rpx;
- width: 208rpx;
- height: 200rpx;
- }
- .img3 {
- position: absolute;
- top: 240rpx;
- left: 38rpx;
- width: 305rpx;
- height: 80rpx;
- }
- }
- }
- .header2 {
- z-index: 999;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- box-sizing: content-box;
- text-align: center;
- background-color: #fff;
- .title {
- font-size: 34rpx;
- }
- }
- .content {
- z-index: 1;
- margin: -20rpx auto 0;
- width: 690rpx;
- border-radius: 12rpx 12rpx 0 0;
- background-color: #f2f2f2;
- .search {
- box-sizing: border-box;
- padding: 0 28rpx;
- width: 690rpx;
- height: 395rpx;
- border-radius: 12rpx;
- background-color: #fff;
- .search_town {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 89rpx;
- color: #808080;
- font-size: 32rpx;
- border-bottom: 1rpx solid #e6e6e6;
- .town_text {
- display: flex;
- align-items: center;
- margin-left: 10rpx;
- .img {
- margin-right: 23rpx;
- width: 38rpx;
- height: 38rpx;
- }
- }
- img {
- width: 40rpx;
- height: 40rpx;
- }
- }
- .active {
- font-weight: bold;
- color: #000;
- }
- .search_center {
- display: flex;
- align-items: center;
- height: 89rpx;
- color: #a6a6a6;
- font-size: 28rpx;
- img {
- width: 40rpx;
- height: 40rpx;
- }
- .center_input {
- margin: 0 12rpx;
- width: 250rpx;
- color: #000;
- font-weight: bold;
- }
- .img {
- margin-right: 12rpx;
- }
- .center_level {
- flex: 1;
- margin-left: 24rpx;
- font-weight: 400;
- color: #808080;
- }
- .active {
- font-weight: bold;
- color: #000;
- }
- .img2 {
- margin-left: auto;
- }
- }
- .search_btn {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 23rpx;
- width: 623rpx;
- height: 100rpx;
- border-radius: 57rpx;
- color: #fff;
- font-size: 32rpx;
- background-image: url(https://jinganminsu-1320402385.cos.ap-nanjing.myqcloud.com/static//20240329163323_dc9c53e05ab4568185d808ca366b5d0.png);
- background-size: cover;
- }
- .search_msg {
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- width: 623rpx;
- height: 92rpx;
- color: #0095ff;
- font-size: 24rpx;
- .msg_box {
- display: flex;
- align-items: center;
- .box_img {
- margin-right: 8rpx;
- width: 27rpx;
- height: 24rpx;
- }
- .box_img2 {
- margin-right: 8rpx;
- width: 36rpx;
- height: 36rpx;
- }
- .box_img3 {
- margin-right: 8rpx;
- width: 28rpx;
- height: 28rpx;
- }
- }
- }
- }
- .swiper {
- margin: 20rpx auto 0;
- width: 690rpx;
- height: 214rpx;
- border-radius: 12rpx;
- background-color: #fff;
- .swiper_item {
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 100%;
- height: 100%;
- .item_box {
- position: relative;
- width: 195rpx;
- height: 128rpx;
- border-radius: 12rpx;
- color: #fff;
- img {
- width: 195rpx;
- height: 128rpx;
- border-radius: 12rpx;
- }
- .box_town {
- position: absolute;
- top: 30rpx;
- left: 0;
- right: 0;
- text-align: center;
- font-size: 28rpx;
- font-weight: bold;
- }
- .box_count {
- position: absolute;
- top: 75rpx;
- left: 0;
- right: 0;
- text-align: center;
- font-size: 18rpx;
- }
- }
- }
- }
- .body {
- margin: 0 auto;
- padding-bottom: 20rpx;
- width: 690rpx;
- .body_top {
- display: flex;
- align-items: center;
- height: 89rpx;
- .circle {
- width: 30rpx;
- height: 30rpx;
- border-radius: 50%;
- background-color: #485bed;
- }
- .color {
- margin-left: -15rpx;
- opacity: 0.5;
- background-color: #fff;
- }
- .top_title {
- margin-left: 15rpx;
- font-size: 32rpx;
- font-weight: bold;
- }
- .top_msg {
- margin-top: 5rpx;
- margin-left: 12rpx;
- color: #666666;
- font-size: 22rpx;
- }
- .top_more {
- display: flex;
- align-items: center;
- margin-left: auto;
- color: #4693eb;
- font-size: 24rpx;
- }
- }
- .body_swiper {
- height: 520rpx;
- border-radius: 12rpx;
- .swiper_box {
- display: flex;
- justify-content: space-around;
- .list_item {
- width: 335rpx;
- box-sizing: border-box;
- .item-img {
- width: 100%;
- height: 223rpx;
- border-radius: 18rpx 18rpx 0 0;
- box-sizing: border-box;
- }
- .descrition {
- display: flex;
- flex-direction: column;
- width: 100%;
- border-radius: 0 0 18rpx 18rpx;
- box-sizing: border-box;
- background: rgba(255, 255, 255, 1);
- margin-top: -10rpx;
- .title {
- font-size: 28rpx;
- font-weight: 600;
- padding: 20rpx 20rpx 10rpx;
- color: rgba(0, 0, 0, 1);
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .type {
- padding: 5rpx 20rpx;
- height: 40rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- .type_level {
- margin-left: 20rpx;
- }
- }
- .distance {
- padding: 10rpx 20rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- }
- .detail {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 20rpx 20rpx;
- color: rgba(0, 0, 0, 1);
- .img {
- width: 40rpx;
- height: 40rpx;
- }
- .price_home {
- .txt1 {
- font-size: 36rpx;
- font-weight: 600;
- color: rgba(255, 87, 51, 1);
- }
- .txt2 {
- font-size: 24rpx;
- font-weight: 400;
- color: #a6a6a6;
- }
- }
- .score {
- font-size: 24rpx;
- font-weight: 400;
- padding-top: 10rpx;
- color: rgba(166, 166, 166, 1);
- }
- }
- }
- }
- }
- }
- .body_strategy {
- display: flex;
- box-sizing: border-box;
- padding: 20rpx;
- margin-bottom: 10rpx;
- width: 690rpx;
- height: 235rpx;
- border-radius: 12rpx;
- background-color: #fff;
- .strategy_cover {
- width: 253rpx;
- height: 190rpx;
- border-radius: 7rpx;
- }
- .strategy_info {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 20rpx;
- width: 500rpx;
- height: 190rpx;
- font-size: 24rpx;
- color: #666666;
- overflow: hidden;
- .info_title {
- flex: 1.5;
- font-size: 32rpx;
- font-weight: bold;
- color: #000;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .info_tags {
- flex: 1;
- display: flex;
- .tag {
- margin-right: 10rpx;
- box-sizing: border-box;
- padding: 0 12rpx;
- height: 35rpx;
- color: #1e7dfb;
- font-size: 20rpx;
- border-radius: 30rpx;
- border: 1rpx solid #1e7dfb;
- }
- }
- .info_desc {
- flex: 1.5;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- }
- }
- .body_list {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- .list_item {
- width: 335rpx;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- .item-img {
- width: 100%;
- height: 223rpx;
- border-radius: 18rpx 18rpx 0 0;
- box-sizing: border-box;
- }
- .descrition {
- display: flex;
- flex-direction: column;
- width: 100%;
- border-radius: 0 0 18rpx 18rpx;
- box-sizing: border-box;
- background: rgba(255, 255, 255, 1);
- margin-top: -10rpx;
- .title {
- font-size: 28rpx;
- font-weight: 600;
- padding: 20rpx 20rpx 10rpx;
- color: rgba(0, 0, 0, 1);
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .type {
- padding: 5rpx 20rpx;
- height: 40rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- .type_level {
- margin-left: 20rpx;
- }
- }
- .distance {
- padding: 10rpx 20rpx;
- font-size: 24rpx;
- color: #a6a6a6;
- }
- .detail {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 20rpx 20rpx;
- color: rgba(0, 0, 0, 1);
- .img {
- width: 40rpx;
- height: 40rpx;
- }
- .price_home {
- .txt1 {
- font-size: 36rpx;
- font-weight: 600;
- color: rgba(255, 87, 51, 1);
- }
- .txt2 {
- font-size: 24rpx;
- font-weight: 400;
- color: #a6a6a6;
- }
- }
- .score {
- font-size: 24rpx;
- font-weight: 400;
- padding-top: 10rpx;
- color: rgba(166, 166, 166, 1);
- }
- }
- }
- }
- .item_goods {
- margin-bottom: 20rpx;
- width: 335rpx;
- height: 367rpx;
- border-radius: 10rpx;
- background-color: #fff;
- overflow: hidden;
- .goods_img {
- width: 335rpx;
- height: 223rpx;
- border-bottom: 1rpx solid #eee;
- }
- .goods_name {
- margin: 18rpx 5rpx 18rpx 30rpx;
- font-size: 28rpx;
- font-weight: bold;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .goods_detail {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 20rpx 20rpx;
- color: rgba(0, 0, 0, 1);
- .img {
- width: 40rpx;
- height: 40rpx;
- }
- .price_good {
- .txt1 {
- font-size: 36rpx;
- font-weight: 600;
- color: rgba(255, 87, 51, 1);
- }
- .txt2 {
- font-size: 24rpx;
- font-weight: 400;
- color: #a6a6a6;
- }
- }
- .score {
- font-size: 24rpx;
- font-weight: 400;
- padding-top: 10rpx;
- color: rgba(166, 166, 166, 1);
- }
- }
- }
- }
- .body_news {
- box-sizing: border-box;
- padding: 25rpx;
- width: 690rpx;
- height: 566rpx;
- border-radius: 12rpx;
- background-color: #fff;
- .news_title {
- margin: 20rpx 0;
- font-size: 32rpx;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .news_desc {
- font-size: 24rpx;
- color: #666666;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- }
- .noData {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding-bottom: 65rpx;
- img {
- margin-top: 80rpx;
- width: 600rpx;
- height: 600rpx;
- }
- }
- }
- }
- .popup_body {
- width: 618rpx;
- height: 687rpx;
- border-radius: 21rpx;
- background-color: #fff;
- .body_header {
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- height: 113rpx;
- border-bottom: 1rpx solid #e6e6e6;
- img {
- width: 16rpx;
- height: 16rpx;
- }
- .header_title {
- margin: 0 10rpx;
- font-size: 34rpx;
- font-weight: bold;
- color: #0f194d;
- }
- }
- .body_content {
- display: grid;
- grid-template-columns: repeat(auto-fill, 160rpx);
- gap: 28rpx;
- box-sizing: border-box;
- padding: 26rpx 40rpx 50rpx;
- .content_box {
- position: relative;
- width: 160rpx;
- height: 105rpx;
- color: #fff;
- border-radius: 10rpx;
- img {
- width: 160rpx;
- height: 105rpx;
- border-radius: 10rpx;
- }
- .box_town {
- position: absolute;
- top: 20rpx;
- left: 0;
- right: 0;
- text-align: center;
- font-size: 28rpx;
- font-weight: bold;
- }
- .box_count {
- position: absolute;
- top: 62rpx;
- left: 0;
- right: 0;
- text-align: center;
- font-size: 18rpx;
- }
- }
- }
- }
- .popupClass {
- position: relative;
- width: 481rpx;
- height: 764rpx;
- img {
- width: 100%;
- height: 665rpx;
- }
- .btn_text {
- position: absolute;
- top: 265rpx;
- left: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 400rpx;
- height: 260rpx;
- color: #0f194d;
- font-size: 28rpx;
- border-radius: 43rpx;
- background-color: #fff;
- }
- .btn_close {
- position: absolute;
- top: 586rpx;
- left: 212rpx;
- width: 58rpx;
- height: 58rpx;
- border-radius: 50%;
- }
- }
- }
- </style>
|