Răsfoiți Sursa

运费 打包费

shish 2 ani în urmă
părinte
comite
a8bf117404
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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>