修改
This commit is contained in:
parent
192b9da6f1
commit
390edccedd
@ -11,11 +11,11 @@
|
||||
</view>
|
||||
<view class="priceinfo">
|
||||
<span v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">退款金额</span>
|
||||
<span v-if="order.orderType=='INTEGRAL_EXCHANGE'">退款积分</span>
|
||||
<span v-if="order.orderType=='INTEGRAL_EXCHANGE'">退款健康豆</span>
|
||||
<view class="priceback" v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">
|
||||
¥{{order.totalPrice}}
|
||||
</view>
|
||||
<view class="priceback" v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}积分
|
||||
<view class="priceback" v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}健康豆
|
||||
</view>
|
||||
<!-- <view class="words">
|
||||
已修改,最多{{order.totalPrice}},含发货邮费 0.00
|
||||
|
||||
@ -484,6 +484,11 @@
|
||||
})
|
||||
},
|
||||
fail: function(err) {
|
||||
that.couponId =
|
||||
null
|
||||
that.Paidinprice =
|
||||
null
|
||||
that.coupon = null
|
||||
that.goodsDetailsinfo(
|
||||
that
|
||||
.goodsInfoId,
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text>
|
||||
<text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'"
|
||||
style='padding-left: 10rpx;'>
|
||||
积分
|
||||
健康豆
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text>
|
||||
<text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'"
|
||||
style='padding-left: 10rpx;'>
|
||||
积分
|
||||
健康豆
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
<text class="price"
|
||||
v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">¥{{order.totalPrice}}</text>
|
||||
<text class="price"
|
||||
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}积分</text>
|
||||
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}健康豆</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<text class="price"
|
||||
v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">¥{{order.totalPrice}}</text>
|
||||
<text class="price"
|
||||
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}积分</text>
|
||||
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}健康豆</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user