shish 2 лет назад
Родитель
Сommit
a8bf117404
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pagesOrder/refundDetail.vue

+ 2 - 2
ghsApp/src/pagesOrder/refundDetail.vue

@@ -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>