wangfukang 3 weeks ago
parent
commit
bad18bcb57
  1. 2
      package1/goods/goodsDetail.vue
  2. 6
      package1/index/deliveryPersonList.vue
  3. 2
      package1/order/orderDetail.vue
  4. 2
      package1/order/pendGroup.vue

2
package1/goods/goodsDetail.vue

@ -31,7 +31,7 @@
<view class="goods-center">
<view class="pintuan-right">
<view class="pintuan-right-img">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/94f91382e76c4f289d53fbf858e8732b.png"
<img src="/static/images/img/songshu.png"
alt="" />
<view class="weipincheng">+</view>
</view>

6
package1/index/deliveryPersonList.vue

@ -39,7 +39,7 @@
</view>
<view class="man-box" v-for="(worker, index) in workerList" :key="index" @tap="selectWorker(worker)">
<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;" />
<view class="man-title1">
<view class="man-title2">
@ -171,7 +171,7 @@
latitude: item.geolocation[0],
longitude: item.geolocation[1],
title: item.workerName,
iconPath: 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png', //
iconPath: '/static/images/img/songshu.png', //
width: 30,
height: 30,
callout: {
@ -222,7 +222,7 @@
latitude: that.workerList[i].geolocation[0],
longitude: that.workerList[i].geolocation[1],
title: that.workerList[i].workerName,
iconPath: 'https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png', //
iconPath: '/static/images/img/songshu.png', //
width: 30,
height: 30,
callout: {

2
package1/order/orderDetail.vue

@ -57,7 +57,7 @@
</view>
<view class="kaituan21">
<view class="kaituan221">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png"
<img src="/static/images/img/songshu.png"
alt=""
style="width: 90rpx;height: 90rpx;border-radius: 90rpx;margin: 0 auto;display: block;" />
</view>

2
package1/order/pendGroup.vue

@ -56,7 +56,7 @@
</view>
<view class="kaituan2">
<view class="kaituan22">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;margin: 0 auto;display: block;" />
<img src="/static/images/img/songshu.png" alt="" style="width: 90rpx;height: 90rpx;border-radius: 90rpx;margin: 0 auto;display: block;" />
</view>
<view class="kaituan22">
<view class="weipincheng">

Loading…
Cancel
Save