|
|
@ -230,7 +230,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view style="height: 80rpx;line-height: 80rpx;display: flex;" v-if="isPaotui"> |
|
|
<view style="height: 80rpx;line-height: 80rpx;display: flex;" v-if="isPaotui"> |
|
|
<view style="flex: 1;color: #777;font-weight: 700;"> |
|
|
<view style="flex: 1;color: #777;font-weight: 700;"> |
|
|
配送费 <text v-if="isFaceToFace" style="font-size: 20rpx;color: #999;">(均摊 | 超过2人,每多一人配送费总额增加0.5)</text> |
|
|
配送费 <text v-if="isFaceToFace" style="font-size: 20rpx;color: #999;">(均摊 | 如超过2人,每多一人配送费总额增加0.5)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view style="color: #000;font-weight:700;"> |
|
|
<view style="color: #000;font-weight:700;"> |
|
|
¥{{deliveryFeeCalc.toFixed(2)}} |
|
|
¥{{deliveryFeeCalc.toFixed(2)}} |
|
|
|