|
|
@@ -66,7 +66,7 @@ function openMarkerTap(item: any) {
|
|
|
>
|
|
|
<charge-search
|
|
|
map-mode-text-value="列表模式" :map-mode-icon="`${StaticUrl}/charge-list.png`"
|
|
|
- @map-mode-click="router.push({ name: 'charge-index' })"
|
|
|
+ @map-mode-click="router.replace({ name: 'charge-index' })"
|
|
|
/>
|
|
|
</view>
|
|
|
<view class="absolute left-0 top-0 z-0 h-full w-full">
|
|
|
@@ -77,7 +77,7 @@ function openMarkerTap(item: any) {
|
|
|
</view>
|
|
|
<transition name="slide-up">
|
|
|
<view v-if="markerShow" class="absolute top-960rpx px-24rpx">
|
|
|
- <view class="h-432rpx w-660rpx rounded-32rpx bg-#FFF p-24rpx" @click="router.push({ name: 'charge-site-detail', params: { stationId: String(selectData.stationId) } })">
|
|
|
+ <view class="h-432rpx w-660rpx rounded-32rpx bg-#FFF p-24rpx shadow-[0rpx_6rpx_12rpx_2rpx_rgba(122,168,222,0.3)]" @click="router.push({ name: 'charge-site-detail', params: { stationId: String(selectData.stationId) } })">
|
|
|
<view class="" @click.stop="markerShow = false">
|
|
|
<wd-icon name="close" size="16px" color="#9ED605" />
|
|
|
</view>
|