This commit is contained in:
2023-11-09 16:32:37 +08:00
parent 192b9da6f1
commit 390edccedd
6 changed files with 11 additions and 6 deletions

View File

@ -11,11 +11,11 @@
</view> </view>
<view class="priceinfo"> <view class="priceinfo">
<span v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">退款金额</span> <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'"> <view class="priceback" v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">
{{order.totalPrice}} {{order.totalPrice}}
</view> </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>
<!-- <view class="words"> <!-- <view class="words">
已修改最多{{order.totalPrice}}含发货邮费 0.00 已修改最多{{order.totalPrice}}含发货邮费 0.00

View File

@ -484,6 +484,11 @@
}) })
}, },
fail: function(err) { fail: function(err) {
that.couponId =
null
that.Paidinprice =
null
that.coupon = null
that.goodsDetailsinfo( that.goodsDetailsinfo(
that that
.goodsInfoId, .goodsInfoId,

View File

@ -61,7 +61,7 @@
v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text> v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text>
<text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'" <text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'"
style='padding-left: 10rpx;'> style='padding-left: 10rpx;'>
积分 健康豆
</text> </text>
</view> </view>
</view> </view>

View File

@ -61,7 +61,7 @@
v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text> v-if="item.orderType=='INTEGRAL_EXCHANGE'">{{item.integralExchangeSill}}</text>
<text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'" <text class="price" v-if="item.orderType=='INTEGRAL_EXCHANGE'"
style='padding-left: 10rpx;'> style='padding-left: 10rpx;'>
积分 健康豆
</text> </text>
</view> </view>
</view> </view>

View File

@ -68,7 +68,7 @@
<text class="price" <text class="price"
v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">{{order.totalPrice}}</text> v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">{{order.totalPrice}}</text>
<text class="price" <text class="price"
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}积分</text> v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}健康豆</text>
</view> </view>
</view> </view>
</view> </view>

View File

@ -23,7 +23,7 @@
<text class="price" <text class="price"
v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">{{order.totalPrice}}</text> v-if="order.orderType=='DIRECT_BUY'||order.orderType =='HEALTH_CONSULTATION'">{{order.totalPrice}}</text>
<text class="price" <text class="price"
v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}积分</text> v-if="order.orderType=='INTEGRAL_EXCHANGE'">{{order.integralExchangeSill}}健康豆</text>
</view> </view>
</view> </view>
</view> </view>