第一次提交

This commit is contained in:
dt_2916866708
2024-02-28 17:26:46 +08:00
commit f756390529
991 changed files with 126914 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"station-item": "/components/stationItem/stationItem"
}
}

View File

@@ -0,0 +1 @@
<view class="ChargingStationMap_body data-v-45f7f06c"><map class="ChargingStationMap data-v-45f7f06c" scale="{{10}}" circles="{{circles}}" show-location="{{true}}" id="map_Id" markers="{{markers}}" latitude="{{location.latitude}}" longitude="{{location.longitude}}" data-event-opts="{{[['tap',[['mapTap',['$event']]]],['callouttap',[['callouttap',['$event']]]],['regionchange',[['regionchange',['$event']]]],['markertap',[['markertap',['$event']]]]]}}" bindtap="__e" bindcallouttap="__e" bindregionchange="__e" bindmarkertap="__e"><cover-view slot="callout" class="data-v-45f7f06c"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block class="data-v-45f7f06c"><cover-view class="customCallout data-v-45f7f06c" marker-id="{{item.$orig.id}}"><cover-image class="customCallout_img data-v-45f7f06c" src="../../static/customCallout.png"></cover-image><cover-view class="data-v-45f7f06c"></cover-view><cover-view class="content flex column data-v-45f7f06c"><cover-view class="flex data-v-45f7f06c" style="width:100%;"><cover-view class="content_label data-v-45f7f06c">{{'闲 '+item.$orig.idleNum+''}}</cover-view><cover-view class="oneflex flex jc ac data-v-45f7f06c" style="text-align:center;line-height:26rpx;padding-top:10rpx;">{{'¥'+item.g0}}</cover-view></cover-view><cover-view class="content_value flex oneflex ac data-v-45f7f06c"><cover-view class="content_value_price oneflex data-v-45f7f06c">{{'快 '+item.$orig.fastNum+''}}</cover-view><cover-view class="content_value_price oneflex data-v-45f7f06c">{{'慢\n\t\t\t\t\t\t\t\t'+item.$orig.slowNum}}</cover-view></cover-view></cover-view></cover-view></block></block></cover-view></map><block wx:if="{{stationData}}"><station-item style="position:absolute;bottom:50rpx;left:0;right:0;margin:0 auto;" vue-id="41c6f762-1" data="{{stationData}}" class="data-v-45f7f06c" bind:__l="__l"></station-item></block></view>

View File

@@ -0,0 +1 @@
.ChargingStationMap_body.data-v-45f7f06c{width:100%;height:100%;position:relative}.ChargingStationMap_body .ChargingStationMap.data-v-45f7f06c{width:100%;height:100%}.customCallout.data-v-45f7f06c{width:218rpx;height:108rpx;font-size:22rpx;position:relative;padding:10rpx;box-sizing:border-box}.customCallout .triangle.data-v-45f7f06c{width:42rpx;height:42rpx;background-color:#000;position:absolute;left:0;right:0;margin:0 auto;transition:rotate(180deg)}.customCallout .content.data-v-45f7f06c{width:100%;height:87rpx;border-radius:10rpx}.customCallout .content .content_value.data-v-45f7f06c{padding:0 20rpx;box-sizing:border-box}.customCallout .content .content_value .content_value_price.data-v-45f7f06c{color:#000;font-size:22rpx}.customCallout .content .content_label.data-v-45f7f06c{width:89rpx;padding:5rpx 5rpx;height:-webkit-fit-content;height:fit-content;background:#476ffa;border-radius:10rpx 60rpx 60rpx 0rpx;opacity:1;color:#fff;font-size:26rpx}.customCallout .customCallout_img.data-v-45f7f06c{z-index:-1;width:220rpx;height:108rpx;position:absolute;left:0;right:0}