添加定位图标

This commit is contained in:
zxy
2024-02-19 10:03:49 +08:00
parent 41ae03e35d
commit f956529127
4 changed files with 29 additions and 5 deletions

View File

@@ -18,15 +18,19 @@
<view class="allName">
{{ companyitem.jobCompanyName }}
</view>
<view class="timeAddress">
<view class="timeAddress" style="position: relative;">
<view v-if="companyitem.missionCompanyName">
{{ companyitem.missionCompanyName }}
</view>
<view v-if="near">
<!-- <view v-if="near">
{{ companyitem.distanceStr }}km
</view>
<view v-else>
{{ getCity(companyitem.cityId) }}
</view> -->
<view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view>
</view>
</view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">