|
|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<!-- 状态栏占位 -->
|
|
|
|
|
<view class="statusBar" :style="{paddingTop: navBarTop+'px'}"></view>
|
|
|
|
|
<image class="navBarBox-title" :style="{marginTop: navBarTop+'rpx'}"
|
|
|
|
|
:src="require('@/static/index-title.png')" mode=""></image>
|
|
|
|
|
:src="require('@/static/index-title2.png')" mode=""></image>
|
|
|
|
|
<!-- 真正的导航栏内容 -->
|
|
|
|
|
<view class="navBar">
|
|
|
|
|
<view @click="showTips = true,showNear = false">
|
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
<!-- H5端不支持cover-view,使用普通view -->
|
|
|
|
|
<view class="maps-info" v-if="showNear">
|
|
|
|
|
<view class="maps-info-near" :style="{'bottom': showPointer ? '500rpx' : '200rpx'}" @click.stop="getNears" v-if="!showLocationTip">
|
|
|
|
|
<image src="../../static/home-near.png" mode=""></image>
|
|
|
|
|
<image src="../../static/home-near1.png" mode=""></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="maps-info-pointer" v-if="showPointer && pointer">
|
|
|
|
|
<view class="maps-info-pointer-header">
|
|
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
<!-- #ifndef H5 -->
|
|
|
|
|
<cover-view class="maps-info" v-if="showNear">
|
|
|
|
|
<cover-view class="maps-info-near" @click="getNears" v-if="!showLocationTip">
|
|
|
|
|
<cover-image src="../../static/home-near.png" mode=""></cover-image>
|
|
|
|
|
<cover-image src="../../static/home-near1.png" mode=""></cover-image>
|
|
|
|
|
</cover-view>
|
|
|
|
|
<cover-view class="maps-info-pointer" v-if="showPointer && pointer">
|
|
|
|
|
<cover-view class="maps-info-pointer-title">
|
|
|
|
|
@ -1389,7 +1389,7 @@
|
|
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
|
width: 399rpx;
|
|
|
|
|
height: 102rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
|