|
|
|
@ -63,7 +63,7 @@ |
|
|
|
<text>公里</text> |
|
|
|
</view> |
|
|
|
<view class="se-p-20 se-fs-24 se-flex se-flex-ai-c" style="background-color:rgba(255,164,113,0.18);"> |
|
|
|
从师傅出发地到用工目的地总全程为5公里,{{ distance }}公里x¥{{ farePerKm }}=¥{{ fare }} |
|
|
|
从师傅出发地到用工目的地总全程为{{ distance }}公里,{{ distance }}公里x¥{{ farePerKm }}=¥{{ fare }} |
|
|
|
</view> |
|
|
|
<view class="se-fs-22 se-lh-50 se-flex se-flex-v se-mt-10"> |
|
|
|
<text>1.公交/地铁出行费用:每公里¥{{ trafficPrice.bus }}</text> |
|
|
|
@ -75,6 +75,12 @@ |
|
|
|
<view class="se-mt-30 se-py-30 se-px-30 se-bs se-bgc-white se-br-20"> |
|
|
|
<u-radio-group size="18" v-model="payRadio" iconPlacement="right"> |
|
|
|
<view class="se-flex-v-sb se-w-p-100" style="align-items: unset;"> |
|
|
|
<u-radio name="2" activeColor="#ff7a31"> |
|
|
|
<view class="se-flex se-flex-ai-c se-pt-20"> |
|
|
|
<image class="se-w-35 se-h-30 se-mt-5" src="@/static/image/46662.png" mode="" onerror="this.src='@/static/image/wechat.png'"></image> |
|
|
|
<text class="se-c-black se-fs-30 se-ml-15">微信支付</text> |
|
|
|
</view> |
|
|
|
</u-radio> |
|
|
|
<u-radio name="1" activeColor="#ff7a31"> |
|
|
|
<view class="se-flex se-flex-ai-c se-pb-20"> |
|
|
|
<image class="se-w-30 se-h-25 se-mt-5" src="@/static/image/46518.png" mode="" onerror="this.src='@/static/image/user.png'"></image> |
|
|
|
@ -82,12 +88,6 @@ |
|
|
|
<text class="se-c-text-third se-fs-28 se-ml-15">(余额:¥{{ amount }})</text> |
|
|
|
</view> |
|
|
|
</u-radio> |
|
|
|
<u-radio name="2" activeColor="#ff7a31"> |
|
|
|
<view class="se-flex se-flex-ai-c se-pt-20"> |
|
|
|
<image class="se-w-35 se-h-30 se-mt-5" src="@/static/image/46662.png" mode="" onerror="this.src='@/static/image/wechat.png'"></image> |
|
|
|
<text class="se-c-black se-fs-30 se-ml-15">微信支付</text> |
|
|
|
</view> |
|
|
|
</u-radio> |
|
|
|
</view> |
|
|
|
</u-radio-group> |
|
|
|
</view> |
|
|
|
|