tianyi 4 weeks ago
parent
commit
aa73a02333
  1. 5
      package1/group/groupBuyList.vue
  2. 17
      package1/index/deliveryPersonList.vue
  3. 2
      package1/order/pendGroup.vue

5
package1/group/groupBuyList.vue

@ -74,7 +74,9 @@
<view class="shop-content-center"> <view class="shop-content-center">
<view class="shop-rate"> <view class="shop-rate">
<view class="shop-rate-num">{{item.shopScore}}</view> <view class="shop-rate-num">{{item.shopScore}}</view>
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" /> <view style="padding-top: 2px;">
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" />
</view>
</view> </view>
<view class="shop-tag"> <view class="shop-tag">
<text style="padding: 4rpx 10rpx;background: rgba(223, 255, 176, 1);color: #777;border-radius: 6rpx;"> <text style="padding: 4rpx 10rpx;background: rgba(223, 255, 176, 1);color: #777;border-radius: 6rpx;">
@ -556,6 +558,7 @@
height: 40rpx; height: 40rpx;
display: flex; display: flex;
border-radius: 20rpx; border-radius: 20rpx;
padding: 0 5px 0 0;
} }
.shop-rate-num{ .shop-rate-num{
width: 50rpx; width: 50rpx;

17
package1/index/deliveryPersonList.vue

@ -12,7 +12,7 @@
</view> </view>
</view> </view>
<map id="map" :latitude="latitude" :longitude="longitude" :markers="markers" :polyline="polyline" <map id="map" :latitude="latitude" :longitude="longitude" :markers="markers" :polyline="polyline"
style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 10rpx solid #fff;"></map> style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 8rpx solid #fff;"></map>
<view class="title-sort"> <view class="title-sort">
<view class="sort-member" style="position: relative;"> <view class="sort-member" style="position: relative;">
<view @tap="checkArea"> <view @tap="checkArea">
@ -37,7 +37,7 @@
<view class="man-box"> <view class="man-box">
<view class="man-title"> <view class="man-title">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png" alt="" <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/801c569079da4540990c1cc634186fdd.png" alt=""
style="width: 60rpx;height: 60rpx;" /> style="width: 120rpx;height: 120rpx;" />
<view class="man-title1"> <view class="man-title1">
<view class="man-title2"> <view class="man-title2">
<view class="man-name"> <view class="man-name">
@ -48,13 +48,15 @@
alt="" style="width: 140rpx;height: 32rpx;margin-top: 18rpx;" /> alt="" style="width: 140rpx;height: 32rpx;margin-top: 18rpx;" />
</view> </view>
<view class="man-type"> <view class="man-type">
接单类型:跑腿单 跑腿单
</view> </view>
</view> </view>
<view class="man-rate"> <view class="man-rate">
<view class="shop-rate"> <view class="shop-rate">
<view class="shop-rate-num">5</view> <view class="shop-rate-num">5</view>
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" value="5" /> <view style="padding-top: 2px;">
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" value="5" />
</view>
</view> </view>
<view class="man-num"> <view class="man-num">
平均配送时长 <text style="font-size: 30rpx;font-weight: 700;color: #000;">32</text>分钟 平均配送时长 <text style="font-size: 30rpx;font-weight: 700;color: #000;">32</text>分钟
@ -214,6 +216,7 @@
display: flex; display: flex;
border-radius: 20rpx; border-radius: 20rpx;
margin: 0 20rpx; margin: 0 20rpx;
padding: 0 5px 0 0;
} }
.shop-rate-num { .shop-rate-num {
@ -259,13 +262,13 @@
} }
.man-type { .man-type {
height: 32rpx; height: 42rpx;
line-height: 32rpx; line-height: 40rpx;
background: #a6ffea; background: #a6ffea;
padding: 0 10rpx; padding: 0 10rpx;
font-size: 20rpx; font-size: 20rpx;
color: #777; color: #777;
margin-top: 18rpx; margin-top: 10rpx;
border-radius: 10rpx; border-radius: 10rpx;
} }

2
package1/order/pendGroup.vue

@ -15,7 +15,7 @@
<view style="width: 100%;line-height: 35px;font-size: 14px;font-weight: 700;"> <view style="width: 100%;line-height: 35px;font-size: 14px;font-weight: 700;">
竹仔园牛仔农庄(第六分店) 竹仔园牛仔农庄(第六分店)
</view> </view>
<view style="display: flex;padding: 10px;background: #eee;border-radius: 10px;"> <view style="display: flex;padding: 10px 0;background: #eee;border-radius: 10px;">
<view class="goods-img"> <view class="goods-img">
<img src="/static/images/img/shangpintu.png" alt=""> <img src="/static/images/img/shangpintu.png" alt="">
</view> </view>

Loading…
Cancel
Save