|
|
@@ -13,11 +13,11 @@
|
|
|
<!-- <text>¥{{product.costPrice}}</text> -->
|
|
|
</view>
|
|
|
<!-- 退款中 -->
|
|
|
- <view class="span" v-if="product.fundStatus == 2">
|
|
|
+ <!-- <view class="span" v-if="product.fundStatus == 2">
|
|
|
商家同意退款,处理时间:{{ product.refundTime }}
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- 退款失败 -->
|
|
|
- <view class="span" v-else-if="product.fundStatus == 3">
|
|
|
+ <view class="span" v-if="product.fundStatus == 3">
|
|
|
商家拒绝退款,处理时间:{{ product.refundTime }}
|
|
|
</view>
|
|
|
<!-- 退款成功 -->
|
|
|
@@ -43,7 +43,7 @@
|
|
|
<view class="box">
|
|
|
<view class="name">{{ product.packageName }}</view>
|
|
|
<view class="price">
|
|
|
- <text class="p">¥<text class="v">{{ product.price }}</text>/份</text>
|
|
|
+ <text class="p">¥<text class="v">{{ product.priceEach }}</text>/份</text>
|
|
|
<text class="r">实付款:<text class="p">¥<text class="v">{{ product.price }}</text></text></text>
|
|
|
</view>
|
|
|
</view>
|