|
@@ -14,20 +14,20 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="index_body">
|
|
|
- <view class="block_2 flex-row justify-between">
|
|
|
+ <view class="block_2 flex-row justify-between" @click="changeAddress()">
|
|
|
<view class="image-text_9 flex-row justify-between">
|
|
|
<image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
|
|
|
<text class="text-group_1 ">{{ markers[0].label.content }}</text>
|
|
|
</view>
|
|
|
<view class="image-text_10 flex-row justify-between">
|
|
|
- <text class="text-group_2" @click="changeAddress()">切换地点</text>
|
|
|
+ <text class="text-group_2">切换地点</text>
|
|
|
<image class="icon_2" referrerpolicy="no-referrer" src="../../../static/images/quehuan.png" />
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 轮播 -->
|
|
|
<view class="swiper-group">
|
|
|
- <u-swiper :list="swiperList" @change="e => current = e.current" :autoplay="false">
|
|
|
+ <u-swiper height="180" :list="swiperList" @change="e => current = e.current" :autoplay="false">
|
|
|
<view slot="indicator" class="indicator">
|
|
|
<view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
|
|
|
:class="[index === current && 'indicator__dot--active']">
|
|
@@ -987,4 +987,6 @@ page {
|
|
|
position: relative;
|
|
|
top: 63px;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
</style>
|