|
|
@@ -28,8 +28,8 @@
|
|
|
<view class="refund-label"><text></text>退款金额:</view>
|
|
|
<view class="list" style="font-size:28upx;">
|
|
|
¥{{refundPrice}}
|
|
|
- <text style="margin-left:8upx;font-size:24upx;" v-if="Number(info.refundPackCost)>0">含打包费{{ info.refundPackCost?parseFloat(info.refundPackCost):0 }}元</text>
|
|
|
- <text style="margin-left:8upx;font-size:24upx;" v-if="Number(info.refundSendCost)>0">含运费费{{ info.refundSendCost?parseFloat(info.refundSendCost):0 }}元</text>
|
|
|
+ <text style="margin-left:8upx;font-size:24upx;" v-if="Number(info.refundPackCost)>0">(含退打包费{{ info.refundPackCost?parseFloat(info.refundPackCost):0 }}元)</text>
|
|
|
+ <text style="margin-left:8upx;font-size:24upx;" v-if="Number(info.refundSendCost)>0">(含退运费{{ info.refundSendCost?parseFloat(info.refundSendCost):0 }}元)</text>
|
|
|
<text style="margin-left:80upx;color:#3385FF;" @click="changeAmount()" v-if="info.status == 0">修改</text>
|
|
|
</view>
|
|
|
</view>
|