|
|
@ -39,7 +39,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="man-box" v-for="(worker, index) in workerList" :key="index" @tap="selectWorker(worker)"> |
|
|
<view class="man-box" v-for="(worker, index) in workerList" :key="index" @tap="selectWorker(worker)"> |
|
|
<view class="man-title"> |
|
|
<view class="man-title"> |
|
|
<img :src="worker.icon || 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png'" |
|
|
<img :src="worker.icon || '/static/images/img/songshu.png'" |
|
|
alt="" style="width: 120rpx;height: 120rpx;border-radius:60rpx;" /> |
|
|
alt="" style="width: 120rpx;height: 120rpx;border-radius:60rpx;" /> |
|
|
<view class="man-title1"> |
|
|
<view class="man-title1"> |
|
|
<view class="man-title2"> |
|
|
<view class="man-title2"> |
|
|
@ -171,7 +171,7 @@ |
|
|
latitude: item.geolocation[0], |
|
|
latitude: item.geolocation[0], |
|
|
longitude: item.geolocation[1], |
|
|
longitude: item.geolocation[1], |
|
|
title: item.workerName, |
|
|
title: item.workerName, |
|
|
iconPath: 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png', // 用户位置图标 |
|
|
iconPath: '/static/images/img/songshu.png', // 用户位置图标 |
|
|
width: 30, |
|
|
width: 30, |
|
|
height: 30, |
|
|
height: 30, |
|
|
callout: { |
|
|
callout: { |
|
|
@ -222,7 +222,7 @@ |
|
|
latitude: that.workerList[i].geolocation[0], |
|
|
latitude: that.workerList[i].geolocation[0], |
|
|
longitude: that.workerList[i].geolocation[1], |
|
|
longitude: that.workerList[i].geolocation[1], |
|
|
title: that.workerList[i].workerName, |
|
|
title: that.workerList[i].workerName, |
|
|
iconPath: 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png', // 用户位置图标 |
|
|
iconPath: '/static/images/img/songshu.png', // 用户位置图标 |
|
|
width: 30, |
|
|
width: 30, |
|
|
height: 30, |
|
|
height: 30, |
|
|
callout: { |
|
|
callout: { |
|
|
|