Browse Source

修改

master
tianyi 4 weeks ago
parent
commit
d698ad21c3
  1. 3
      package1/group/groupBuySingle.vue
  2. 6
      package1/group/searchGroup.vue
  3. 2
      package1/index/deliveryPersonList.vue

3
package1/group/groupBuySingle.vue

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

6
package1/group/searchGroup.vue

@ -65,6 +65,9 @@
<view class="shop-content-center">
<view class="shop-rate">
<view class="shop-rate-num">{{item.shopScore}}</view>
<view style="padding-top: 2px;">
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" />
</view>
<uni-rate :disabled="true" size="16" disabledColor="rgba(255, 184, 84, 1)" :value="item.shopScore" />
</view>
<view class="shop-tag">
@ -365,7 +368,7 @@
height: 54rpx;
margin-left: 20rpx;
border-radius: 54rpx;
width: 380rpx;
width: 370rpx;
input{
height: 54rpx;
line-height: 54rpx;
@ -443,6 +446,7 @@
height: 40rpx;
display: flex;
border-radius: 20rpx;
padding: 0 5px 0 0;
}
.shop-rate-num{
width: 50rpx;

2
package1/index/deliveryPersonList.vue

@ -12,7 +12,7 @@
</view>
</view>
<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: 8rpx solid #fff;"></map>
style="width: 95%;height: 300rpx;margin: 0 auto;border-radius: 20rpx;overflow: hidden;position: absolute;top: 200rpx;left: 1%;border: 4rpx solid #fff;"></map>
<view class="title-sort">
<view class="sort-member" style="position: relative;">
<view @tap="checkArea">

Loading…
Cancel
Save