|
@@ -130,7 +130,7 @@
|
|
|
<view v-show="item.svipDiscountPriceSl != 0&&orderInfoVo.type!=2"
|
|
<view v-show="item.svipDiscountPriceSl != 0&&orderInfoVo.type!=2"
|
|
|
class='item acea-row row-between-wrapper'>
|
|
class='item acea-row row-between-wrapper'>
|
|
|
<view>会员优惠</view>
|
|
<view>会员优惠</view>
|
|
|
- <view class='money'>-sL{{item.svipDiscountPriceSl || 0}}</view>
|
|
|
|
|
|
|
+ <view class='money'>-{{$store.getters.priceUnit}}{{item.svipDiscountPriceSl || 0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-if="isProductType" class='item acea-row row-between-wrapper'>
|
|
<view v-if="isProductType" class='item acea-row row-between-wrapper'>
|
|
|
<view>店铺优惠</view>
|
|
<view>店铺优惠</view>
|
|
@@ -138,7 +138,7 @@
|
|
|
@tap='couponTap(item.merCouponUserList,item.merId, index)'>
|
|
@tap='couponTap(item.merCouponUserList,item.merId, index)'>
|
|
|
<view class='discount acea-row row-between-wrapper'>
|
|
<view class='discount acea-row row-between-wrapper'>
|
|
|
<text
|
|
<text
|
|
|
- class="couponTitle line1">{{item.couponFeeSl==0?`有${item.merCouponUserList.length}张优惠券可选`:`-sL${item.couponFeeSl}`}}</text>
|
|
|
|
|
|
|
+ class="couponTitle line1">{{item.couponFeeSl==0?`有${item.merCouponUserList.length}张优惠券可选`:`-${$store.getters.priceUnit}${item.couponFeeSl}`}}</text>
|
|
|
<text class='iconfont text-bbb icon-ic_rightarrow ml-4'></text>
|
|
<text class='iconfont text-bbb icon-ic_rightarrow ml-4'></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -159,20 +159,20 @@
|
|
|
<view v-show="secondType !== ProductTypeEnum.Integral" class='moneyList borRadius14'>
|
|
<view v-show="secondType !== ProductTypeEnum.Integral" class='moneyList borRadius14'>
|
|
|
<view class='item acea-row row-between-wrapper'>
|
|
<view class='item acea-row row-between-wrapper'>
|
|
|
<view>商品总价</view>
|
|
<view>商品总价</view>
|
|
|
- <view class='money'>sL{{orderInfoVo.proTotalFeeSl || 0}}</view>
|
|
|
|
|
|
|
+ <view class='money'>{{$store.getters.priceUnit}}{{orderInfoVo.proTotalFeeSl || 0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='item acea-row row-between-wrapper' v-if="parseInt(orderInfoVo.freightFeeSl) > 0">
|
|
<view class='item acea-row row-between-wrapper' v-if="parseInt(orderInfoVo.freightFeeSl) > 0">
|
|
|
<view>运费:</view>
|
|
<view>运费:</view>
|
|
|
- <view class='money'>+sL{{orderInfoVo.freightFeeSl || 0}}</view>
|
|
|
|
|
|
|
+ <view class='money'>+{{$store.getters.priceUnit}}{{orderInfoVo.freightFeeSl || 0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-show="orderInfoVo.svipDiscountPriceSl != 0 &&orderInfoVo.type!=2"
|
|
<view v-show="orderInfoVo.svipDiscountPriceSl != 0 &&orderInfoVo.type!=2"
|
|
|
class='item acea-row row-between-wrapper'>
|
|
class='item acea-row row-between-wrapper'>
|
|
|
<view>会员优惠</view>
|
|
<view>会员优惠</view>
|
|
|
- <view class='money'>-sL{{orderInfoVo.svipDiscountPriceSl || 0}}</view>
|
|
|
|
|
|
|
+ <view class='money'>-{{$store.getters.priceUnit}}{{orderInfoVo.svipDiscountPriceSl || 0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='item acea-row row-between-wrapper' v-if="parseInt(merCouponFeeSl) > 0 && isProductType">
|
|
<view class='item acea-row row-between-wrapper' v-if="parseInt(merCouponFeeSl) > 0 && isProductType">
|
|
|
<view>店铺优惠</view>
|
|
<view>店铺优惠</view>
|
|
|
- <view class='money'>-sL{{merCouponFeeSl}}</view>
|
|
|
|
|
|
|
+ <view class='money'>-{{$store.getters.priceUnit}}{{merCouponFeeSl}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-if="isProductType" class='item acea-row row-between-wrapper'>
|
|
<view v-if="isProductType" class='item acea-row row-between-wrapper'>
|
|
|
<view>平台优惠</view>
|
|
<view>平台优惠</view>
|
|
@@ -180,7 +180,7 @@
|
|
|
class='discount acea-row row-between-wrapper'
|
|
class='discount acea-row row-between-wrapper'
|
|
|
@tap='couponTap(orderInfoVo.platCouponUserList,0)'>
|
|
@tap='couponTap(orderInfoVo.platCouponUserList,0)'>
|
|
|
<text
|
|
<text
|
|
|
- class="couponTitle line1">{{platCouponFeeSl==0?`有${orderInfoVo.platCouponUserList.length}张优惠券可选`:`-sL${platCouponFeeSl}`}}</text>
|
|
|
|
|
|
|
+ class="couponTitle line1">{{platCouponFeeSl==0?`有${orderInfoVo.platCouponUserList.length}张优惠券可选`:`-${$store.getters.priceUnit}${platCouponFeeSl}`}}</text>
|
|
|
<text class='text-bbb iconfont icon-ic_rightarrow ml-4'></text>
|
|
<text class='text-bbb iconfont icon-ic_rightarrow ml-4'></text>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-else class="noCoupon">暂无优惠券</view>
|
|
<view v-else class="noCoupon">暂无优惠券</view>
|
|
@@ -202,7 +202,7 @@
|
|
|
|
|
|
|
|
<view class='item acea-row row-between-wrapper' v-if="Number(orderInfoVo.deductionPriceSl) > 0">
|
|
<view class='item acea-row row-between-wrapper' v-if="Number(orderInfoVo.deductionPriceSl) > 0">
|
|
|
<view>抵扣金额</view>
|
|
<view>抵扣金额</view>
|
|
|
- <view class='money'>-sL {{orderInfoVo.deductionPriceSl || 0}}</view>
|
|
|
|
|
|
|
+ <view class='money'>-{{$store.getters.priceUnit}} {{orderInfoVo.deductionPriceSl || 0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -214,7 +214,7 @@
|
|
|
<PointsPrice v-if="orderInfoVo.secondType === ProductTypeEnum.Integral" :pointsPrice="orderInfoVo"
|
|
<PointsPrice v-if="orderInfoVo.secondType === ProductTypeEnum.Integral" :pointsPrice="orderInfoVo"
|
|
|
:pointsGoodsStyle="hotPointsStyle"></PointsPrice>
|
|
:pointsGoodsStyle="hotPointsStyle"></PointsPrice>
|
|
|
<!-- 其他价格 -->
|
|
<!-- 其他价格 -->
|
|
|
- <text v-else class='price_color f-s-38 regular line-heightOne'>sL{{orderInfoVo.totalPriceReat || 0}}</text>
|
|
|
|
|
|
|
+ <text v-else class='price_color f-s-38 regular line-heightOne'>{{$store.getters.priceUnit}}{{orderInfoVo.totalPriceReat || 0}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='settlement' style='z-index:100' @tap="SubOrder">
|
|
<view class='settlement' style='z-index:100' @tap="SubOrder">
|
|
|
{{secondType === ProductTypeEnum.Integral?"确认兑换":"立即下单"}}
|
|
{{secondType === ProductTypeEnum.Integral?"确认兑换":"立即下单"}}
|