lu_quan_dev
rosehan 1 year ago
parent 106170f62b
commit 13c5d27f41
  1. 11
      pages/zhoubian/zhoubian/zhoubian.vue
  2. 6
      static/css/common.css
  3. 6
      subPageA/method/methodlist/methodlist.vue
  4. 3
      subPageA/scenic/scenicdetial/scenicdetial.vue

@ -82,7 +82,7 @@
</view>
</view>
</view>
<uni-popup ref="other" background-color="#fff" mask-background-color="rgba(0,0,0,0.5)">
<uni-popup ref="other" type="bottom" background-color="#fff" mask-background-color="rgba(0,0,0,0.5)">
<view class="pop-content">
<view v-for="(item, index) in oData" :key="index" class="amb_30 pop-item">
<view @click="changeOther(item.index)">
@ -617,7 +617,7 @@ export default {
//
that.changeMarker();
},
changeMarker() {
changeMarker() {
var that = this;
if (that.selectMarker != that.selectedMarker) {
var data = [];
@ -639,7 +639,7 @@ export default {
id: data[i].id,
markerTitle: data[i].markerTitle,
address: data[i].address,
distance: data[i].distance,
distance: data[i].distance,
};
that.latitude = data[i].latitude;
that.longitude = data[i].longitude;
@ -656,7 +656,7 @@ export default {
id: data[i].id,
markerTitle: data[i].markerTitle,
address: data[i].address,
distance: data[i].distance,
distance: data[i].distance,
};
}
objData.push(item);
@ -699,6 +699,7 @@ export default {
scale: 18,
name: that.covers[that.selectMarker].markerTitle,
address: that.covers[that.selectMarker].address,
};
this.$util.openLocation(mapParam);
return;
@ -854,7 +855,7 @@ map {
.pop-content {
background-color: #fff;
height: 100vh;
height: 80vh;
width: 100vw;
overflow-y: scroll;
padding-bottom: 11px;

@ -34,7 +34,7 @@ page{ background: #f5f5f5;}
.aliem_c{ align-items: center;}
/* 公用模块 */
.mode_com { padding: 0rpx 50rpx }
.mode_com { padding: 0rpx 40rpx }
/*文字对齐方式*/
.agn_left {
@ -1021,12 +1021,12 @@ page{ background: #f5f5f5;}
.tyesch_pic{ display: inline-block; width: 42rpx; height: 42rpx; position: relative; left: -15rpx; top:10rpx}
.searc_lst{ padding: 20rpx 0 80rpx 0;}
.after_type{ position: absolute; right:32rpx; top:30rpx; color: #999; font-size: 25rpx; z-index: 3;}
.ipt_sch{padding: 0 30rpx; text-indent: 50rpx; height: 60rpx; border-radius: 60rpx; background: rgba(0,0,0,.05);font-size: 28rpx; color: #333; position: relative; padding-right: 60rpx;}
.ipt_sch{padding: 0 30rpx; text-indent: 50rpx; height: 60rpx; border-radius: 60rpx; background: rgba(0,0,0,.05);font-size: 30rpx; color: #333; position: relative; padding-right: 60rpx;}
.seh_box{}
.sch_btn_suo{ height: 60rpx; line-height: 60rpx; text-align: center; font-size: 30rpx; color: #fff; background: #0983FF; border:3rpx solid #eee; border-radius: 60rpx; }
.sous_k{width: 75%; position: relative;}
.sous_n{width: 20%; margin-left: 20rpx;}
.sous_n{width: 20%; margin-left: 20rpx; padding-right: 10rpx}
.clear_pic{ position: absolute; right:8rpx; top:12rpx; display: block; width: 36rpx; height: 36rpx;}
.search_warp{ /* background: #fff; */}
.reci_sch{ display: inline-block; padding: 10rpx 25rpx;background: rgba(255,255,255,.6);color: #999; font-size: 24rpx; margin-right: 15rpx; margin-bottom: 10rpx; border-radius: 5rpx; }

@ -21,7 +21,7 @@
</view>
<scroll-view @scroll="onReachScroll" @bindscrolltolower="lower" class="scroll-view" :scroll-top="topNum" scrollY="true">
<view class="">
<view class="aml_30 amr_30">
<view class="aml_30 amr_30" v-if="listDatas.length>0">
<navigator
class="amt_30"
hover-class="none"
@ -41,6 +41,10 @@
</view>
</navigator>
</view>
<view class="scroll-empty" v-else>
<image class="empty-icon" src="http://www.mescroll.com/img/mescroll-empty.png?v=1" mode="widthFix"></image>
<view class="empty-tip">~ 暂无相关数据 ~</view>
</view>
</view>
<!-- <view class="data-loading" v-if="param.loading">

@ -4,8 +4,9 @@
<view class="mmd_scol">
<view v-if="!showPic" class="video-box">
<!-- :poster="info.videopath" 视频封面 -->
<video id="myVideo" :src="videoSrc" @error="videoErrorCallback" :controls="false"></video>
<video id="myVideo" :src="videoSrc" @error="videoErrorCallback" :controls="false" v-if="videoSrc"></video>
</view>
<view class="uni-margin-wrap" v-if="showPic">
<swiper class="swiper_jqu" :indicator-dots="indicatorDots_sce" :autoplay="autoplay_sce" :interval="interval_sce"
:duration="duration_sce">

Loading…
Cancel
Save