|
|
|
@ -14,9 +14,10 @@ |
|
|
|
<text class="block text-gray lf-font-28" style="margin-top: 20rpx;line-height: 40rpx;">数量 <text class="margin-left margin-right-xs text-gray">x</text>{{orderDetails.order.number}}</text> |
|
|
|
|
|
|
|
<view class="flex justify-between" style="margin-top: 28rpx;"> |
|
|
|
<view class="text-red text-price lf-font-42 lf-font-bold" style="margin-top: 16rpx;"> |
|
|
|
<lf-price :price="orderDetails.order.selling_price" style="margin-top: 8rpx;" /> |
|
|
|
<!-- <view class="text-red text-price lf-font-42 lf-font-bold" style="margin-top: 16rpx;"> |
|
|
|
{{orderDetails.order.selling_price}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view> |
|
|
|
<button class="cu-btn line-gray bg-white border round margin-left-sm lf-font-28">等待审核</button> |
|
|
|
</view> |
|
|
|
@ -31,7 +32,7 @@ |
|
|
|
<view class="bg-white"> |
|
|
|
<view class="cu-bar padding-lr solid-bottom flex justify-between align-center text-center"> |
|
|
|
<text class="text-gray lf-font-32">订单金额</text> |
|
|
|
<view class="text-price lf-font-32 text-black"> |
|
|
|
<view class="text-price1 lf-font-32 text-black"> |
|
|
|
{{orderDetails.order.amount}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -43,7 +44,7 @@ |
|
|
|
</view> |
|
|
|
<view class="cu-bar padding-lr solid-bottom flex justify-between align-center text-center"> |
|
|
|
<text class="text-gray lf-font-32">扣费金额</text> |
|
|
|
<view class="text-price lf-font-32 text-black"> |
|
|
|
<view class="text-price1 lf-font-32 text-black"> |
|
|
|
{{orderDetails.refund_rate_amount}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -54,7 +55,7 @@ |
|
|
|
<view class="bg-white"> |
|
|
|
<view class="cu-bar padding-lr solid-bottom flex justify-between align-center text-center"> |
|
|
|
<text class="text-gray lf-font-32">可退金额</text> |
|
|
|
<view class="text-price lf-font-32 text-black"> |
|
|
|
<view class="text-price1 lf-font-32 text-black"> |
|
|
|
{{orderDetails.refund_amount}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|