解决冲突
This commit is contained in:
parent
89b00753dd
commit
3c9750f84e
|
@ -202,23 +202,11 @@
|
|||
<view class="justify-title-nav-bor"></view>
|
||||
</view>
|
||||
<view class="flex justify-between add-lin">
|
||||
<<<<<<< .mine
|
||||
<view class="add-con-title">订单费用:</view>
|
||||
<view class="add-con-cont">¥<text
|
||||
style="font-size: 26rpx; font-weight: bold;">{{order.price}}</text></view>
|
||||
=======
|
||||
<view class="add-con-title">订单费用:</view>
|
||||
<view class="add-con-cont">¥<text>{{order.price}}</text></view>
|
||||
|
||||
>>>>>>> .theirs
|
||||
<view class="add-con-cont">¥<text style="font-size: 26rpx; font-weight: bold;">{{order.price}}</text></view>
|
||||
</view>
|
||||
<<<<<<< .mine
|
||||
<view class="flex justify-between add-lin">
|
||||
<view class="add-con-title">出行费用:</view>
|
||||
=======
|
||||
<view>
|
||||
<view class="add-con-title">出行费用:</view>
|
||||
>>>>>>> .theirs
|
||||
<view class="add-con-cont">¥<text
|
||||
>{{order.taxiMoney}}</text></view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue