|
|
@ -165,31 +165,31 @@ |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">结算金额(元)</view> |
|
|
<view class="text-black">结算金额(元)</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
|
|
|
|
|
<view class="text-gray">{{ form.adjustedPrice}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell wx:if="{{form.settlePrice}}"> |
|
|
|
|
|
|
|
|
<van-cell wx:if="{{form.proxyPaySurcharge}}"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">代卖费(元)</view> |
|
|
<view class="text-black">代卖费(元)</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell wx:if="{{form.settlePrice}}"> |
|
|
|
|
|
|
|
|
<van-cell wx:if="{{form.freight}}"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">运费(元)</view> |
|
|
<view class="text-black">运费(元)</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
|
|
|
|
|
<view class="text-gray">{{ form.freight}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell wx:if="{{form.settlePrice}}"> |
|
|
|
|
|
|
|
|
<van-cell wx:if="{{form.otherFee}}"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">其他费用(元)</view> |
|
|
<view class="text-black">其他费用(元)</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
|
|
|
|
|
<view class="text-gray">{{ form.otherFee}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell wx:if="{{form.settlePrice}}"> |
|
|
|
|
|
|
|
|
<van-cell wx:if="{{form.subsidy}}"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">补贴(元)</view> |
|
|
<view class="text-black">补贴(元)</view> |
|
|
<view class="text-gray">{{ form.settlePrice}}</view> |
|
|
|
|
|
|
|
|
<view class="text-gray">{{ form.subsidy}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<view class="bg-white" style="padding: 20rpx 32rpx" wx:if="{{fileList.length}}"> |
|
|
<view class="bg-white" style="padding: 20rpx 32rpx" wx:if="{{fileList.length}}"> |
|
|
|